forked from Daniel-KM/Omeka-S-module-Ebook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "omeka-s-module-ebook",
"version": "3.0.0",
"description": "Ebook (module for Omeka S)",
"main": "gulpfile.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Daniel-KM/Omeka-S-module-Ebook"
},
"author": "Daniel Berthereau",
"license": "CECILL-2.1",
"bugs": {
"url": "https://github.com/Daniel-KM/Omeka-S-module-Ebook/issues"
},
"homepage": "https://github.com/Daniel-KM/Omeka-S-module-Ebook",
"keywords": [
"Omeka S",
"Omeka S module",
"creator",
"reader",
"viewer",
"ebook",
"epub"
],
"dependencies": {
"epubjs-reader": "github:futurepress/epubjs-reader"
},
"devDependencies": {
"del": "^3.0.0",
"gulp": "^4.0.2",
"gulp-filter": "^5.0.1",
"gulp-if": "^2.0.2",
"gulp-line-ending-corrector": "^1.0.3",
"gulp-rename": "^1.4.0",
"gulp-string-replace": "^0.4.0",
"gulp-uglify": "^3.0.2"
}
}