-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 807 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": "epubtools",
"version": "0.0.1",
"description": "A tool to make epub book.",
"bin": {
"makeepub": "bin/makeepub.js"
},
"scripts": {
"test": "node test/runTest.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/DrsExplorer/epubtools.git"
},
"author": "Allan Zyne",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/DrsExplorer/epubtools/issues"
},
"homepage": "https://github.com/DrsExplorer/epubtools#readme",
"dependencies": {
"colors": "^1.1.2",
"highlight.js": "^8.9.1",
"jsdom": "^7.2.2",
"less": "^2.5.3",
"lodash": "^3.10.1",
"mime": "^1.3.4",
"minimist": "^1.2.0",
"pretty-data": "^0.40.0",
"xmlbuilder": "^8.0.0"
},
"devDependencies": {
"jasmine": "^2.4.1"
}
}