forked from shawjia/geektime-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 862 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
39
{
"name": "geektime-cli",
"version": "2.1.0",
"description": "CLI for time.geekbang.org (极客时间)",
"main": "index.js",
"repository": "https://github.com/shawjia/geektime-cli",
"author": "shawjia <[email protected]> (github.com/shawjia)",
"license": "MIT",
"bin": {
"geektime": "bin/geektime.js"
},
"devDependencies": {
"ava": "^0.25.0",
"eslint": "^5.5.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-plugin-import": "^2.14.0"
},
"files": [
"bin",
"lib",
"index.js"
],
"keywords": [
"cli",
"geektime",
"极客时间"
],
"dependencies": {
"commander": "^2.17.1",
"conf": "^2.0.0",
"download": "^7.1.0",
"filenamify": "^2.1.0",
"fs-extra": "^7.0.0",
"geektime": "^1.1.1",
"p-limit": "^2.0.0",
"progress": "^2.0.0",
"turndown": "^5.0.1"
}
}