-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.16 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
{
"name": "ebookama",
"version": "0.2.0",
"description":
"A small, extensible program to take the pain away from repetitive ebook wrangling",
"main": "index.js",
"scripts": {
"ebookama": "node dist/index.js",
"kindle": "node dist/amzn.js",
"build": "babel src -d dist"
},
"repository": {
"type": "git",
"url": "https://github.com/Leeds-eBooks/Ebookama.git"
},
"keywords": ["ebook", "indesign", "scripting", "automation", "publishing"],
"author": "Ben Styles",
"license": "GPL v3",
"bugs": {
"url": "https://github.com/Leeds-eBooks/Ebookama/issues"
},
"homepage": "https://github.com/Leeds-eBooks/Ebookama",
"dependencies": {
"adm-zip": "^0.4.7",
"babyparse": "^0.4.3",
"bluebird": "^2.9.27",
"chalk": "^1.0.0",
"cson-parser": "^1.1.0",
"css": "^2.2.1",
"dedent": "^0.4.0",
"epub-zip": "0.0.1",
"glob": "^5.0.10",
"lazy.js": "^0.4.2",
"mkdirp": "^0.5.1",
"resumer": "0.0.0",
"rimraf": "^2.4.0",
"underscore": "^1.8.3",
"underscore-contrib": "^0.3.0",
"unzip": "^0.1.11"
},
"devDependencies": {
"babel-cli": "^6.24.1",
"babel-preset-env": "^1.6.0"
}
}