-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
58 lines (58 loc) · 1.29 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
46
47
48
49
50
51
52
53
54
55
56
57
58
{
"name": "packtpub-cli",
"version": "2.1.3",
"description": "Download freely offered books from packtpub.com",
"main": "packtpub.js",
"bin": {
"packtpub": "cli.js"
},
"scripts": {
"lint": "eslint ."
},
"keywords": [
"ebook",
"pdf",
"epub",
"download",
"free",
"learning",
"packtpub"
],
"repository": {
"type": "git",
"url": "git://github.com/vladimyr/packtpub-cli.git"
},
"author": {
"email": "[email protected]",
"name": "Dario Vladovic",
"url": "github.com/vladimyr"
},
"license": "WTFPL",
"bugs": {
"url": "https://github.com/vladimyr/packtpub-cli/issues"
},
"homepage": "https://github.com/vladimyr/packtpub-cli",
"dependencies": {
"aes256": "^1.0.4",
"bluebird": "^3.5.2",
"chalk": "^2.4.1",
"cheerio": "^0.22.0",
"inquirer": "^6.2.0",
"netrc": "^0.1.4",
"opn": "^5.3.0",
"ora": "^3.0.0",
"request": "^2.88.0",
"url-join": "^4.0.0",
"write": "^1.0.3",
"yargs": "^12.0.2"
},
"devDependencies": {
"eslint": "^5.6.0",
"eslint-config-semistandard": "^12.0.1",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.1",
"eslint-plugin-standard": "^4.0.0"
}
}