forked from chialab/epubchecker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 809 Bytes
/
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
{
"name": "epubchecker",
"version": "4.2.2",
"epubcheckVersion": "4.2.2",
"description": "Validation tool for ePub.",
"main": "lib/index.js",
"bin": {
"epubchecker": "./bin/epubchecker.js"
},
"scripts": {
"install": "node ./scripts/install.js"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Chialab/epubchecker.git"
},
"keywords": [
"EPUB",
"validator",
"IDPF"
],
"author": "Chialab <[email protected]> (https://www.chialab.it)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Chialab/epubchecker/issues"
},
"homepage": "https://github.com/Chialab/epubchecker",
"dependencies": {
"adm-zip": "^0.4.13",
"colors": "^1.4.0",
"commander": "^3.0.1",
"request": "^2.88.0",
"tempfile": "^3.0.0"
}
}