forked from Deathspike/mangarack
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 865 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
36
37
38
{
"author": "Roel van Uden",
"description": "MangaRack.js is capable of downloading manga series from popular online manga scan and scanlation sites.",
"keywords": [
"manga",
"download",
"comic",
"book",
"mangafox",
"batoto",
"kissmanga"
],
"name": "mangarack",
"repository": "git://github.com/Deathspike/mangarack.js.git",
"version": "3.1.7",
"bin": {
"mangarack": "./bin/mangarack"
},
"dependencies": {
"adm-zip": "^0.4.4",
"archiver": "^0.13.0",
"cheerio": "^0.18.0",
"commander": "^2.5.0",
"gm": "^1.17.0",
"xml2js": "^0.4.4"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.10.0",
"grunt-jscs": "^1.0.0",
"jscs": "^1.9.0",
"jscs-jsdoc": "^0.3.2"
},
"scripts": {
"test": "node_modules/.bin/grunt"
}
}