-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
55 lines (55 loc) · 1.11 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
{
"name": "medium-cli",
"description": "Medium via CLI",
"version": "0.0.8",
"main": "./bin/medium",
"author": "Andy Jiang andyjiang@gmail.com",
"contributors": [
{
"name": "Andy Jiang",
"email": "andyjiang@gmail.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://www.github.com/lambtron/medium-cli/issues"
},
"keywords": [
"medium",
"blog",
"blogging",
"publish",
"post",
"cli"
],
"repository": {
"type": "git",
"url": "https://www.github.com/lambtron/medium-cli"
},
"engines": {
"node": ">= 0.11.x",
"npm": ">= 2.5.x"
},
"preferGlobal": "true",
"bin": {
"medium": "bin/medium"
},
"dependencies": {
"chalk": "^1.0.0",
"co": "^4.6.0",
"co-fs-extra": "^1.1.0",
"co-prompt": "^1.0.0",
"commander": "^2.6.0",
"gray-matter": "^2.0.1",
"indent": "0.0.1",
"is-utf8": "^0.2.0",
"khaos": "^0.9.3",
"node-netrc": "^0.1.0",
"open": "0.0.5",
"read-metadata": "^1.0.0",
"recursive-readdir": "^1.2.1",
"reject": "0.0.1",
"superagent": "^1.4.0",
"thunkify-wrap": "^1.0.4"
}
}