forked from nicohaenggi/SafariBooks-Downloader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 786 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
{
"name": "safaribooks-downloader",
"version": "1.0.0",
"description": "a SafariBooksOnline-Downloader and .epub creator",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"safaribooks-downloader": "./index.js"
},
"repository": {
"type": "git",
"url": "/~https://github.com/nicohaenggi/SafariBooks-Downloader.git"
},
"author": "Nico Hänggi",
"license": "MIT",
"dependencies": {
"archiver": "^1.3.0",
"commander": "^2.9.0",
"debug": "^2.6.0",
"download": "^5.0.3",
"ejs": "^2.5.5",
"fs-promise": "^1.0.0",
"mime": "^1.3.4",
"request": "^2.79.0",
"request-debug": "^0.2.0",
"request-promise": "^4.1.1",
"rimraf": "^2.5.4"
},
"devDependencies": {}
}