-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
77 lines (77 loc) · 1.99 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "electric-book",
"version": "0.1.0",
"description": "Build tools for the Electric Book workflow",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"cordova": "cordova",
"electric-book": "node _tools/run/index.js",
"eb": "node _tools/run/index.js",
"setup": "npm install && bundle install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/electricbookworks/electric-book.git"
},
"author": "Arthur Attwell",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/electricbookworks/electric-book/issues"
},
"homepage": "https://github.com/electricbookworks/electric-book#readme",
"devDependencies": {
"chalk": "^4.0.0",
"concatenate": "^0.0.2",
"cordova-android": "^11.0.0",
"cordova-ios": "^6.2.0",
"cordova-plugin-whitelist": "^1.3.5",
"cordova-windows": "^7.0.1",
"cross-spawn": "^7.0.3",
"del": "^6.1.1",
"epubchecker": "^5.1.0",
"file-exists": "^5.0.1",
"fs-extra": "^10.1.0",
"gulp": "^4.0.2",
"gulp-cheerio": "^1.0.0",
"gulp-debug": "^4.0.0",
"gulp-each": "^0.5.0",
"gulp-edit-xml": "^3.1.1",
"gulp-gm": "^0.0.9",
"gulp-if": "^3.0.0",
"gulp-newer": "^1.4.0",
"gulp-rename": "^2.0.0",
"gulp-svgmin": "^4.1.0",
"gulp-tap": "^2.0.0",
"gulp-uglify": "^3.0.2",
"iconv-lite": "^0.6.3",
"js-yaml": "^4.1.0",
"jsdom": "^20.0.1",
"jszip": "^3.10.1",
"mathjax-full": "^3.2.0",
"node-pandoc": "^0.3.0",
"open": "^8.4.0",
"path": "^0.12.7",
"prince": "github:electricbookworks/node-prince",
"puppeteer": "^16.1.1",
"qrcode": "^1.5.3",
"require-all": "^3.0.0",
"standard": "^17.0.0",
"which": "^2.0.2",
"yargs": "^17.5.1"
},
"cordova": {
"plugins": {
"cordova-plugin-whitelist": {}
},
"platforms": [
"android",
"ios",
"windows"
]
},
"prince": {
"version": "books-20220701",
"license": "_prince/license.dat"
}
}