forked from smtaydemir/freebook
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 821 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
{
"name": "freebook",
"version": "1.1.0",
"description": "Packpub free learning cli tool",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bin": {
"freebook": "./bin/freebook.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/smtaydemir/freebook.git"
},
"keywords": [
"packtpub",
"freebook",
"cli"
],
"author": "Samet Aydemir <[email protected]>",
"contributors": [
"Uğur Erkan <[email protected]>"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/smtaydemir/freebook/issues"
},
"homepage": "https://github.com/smtaydemir/freebook#readme",
"dependencies": {
"cheerio": "^0.22.0",
"colors": "^1.1.2",
"node-emoji": "^1.0.4",
"request": "^2.64.0"
}
}