-
Notifications
You must be signed in to change notification settings - Fork 52
/
Copy pathpackage.json
45 lines (45 loc) · 1.02 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
{
"name": "mediumcli",
"version": "1.5.0",
"description": "Medium for Hackers - A CLI to Medium Stories",
"main": "index.js",
"dependencies": {
"chalk": "^1.1.1",
"cheerio": "^0.19.0",
"commander": "^2.9.0",
"default-pager": "^1.0.2",
"html-to-text": "^1.5.1",
"html2commonmark": "^0.6.1",
"inquirer": "^0.11.2",
"marked": "^0.3.6",
"marked-terminal": "^2.0.0",
"open": "0.0.5",
"path": "^0.12.7",
"q": "^1.4.1",
"request": "^2.67.0",
"request-promise": "^2.0.0",
"string-stream": "0.0.7"
},
"homepage": "https://github.com/djadmin/medium-cli#readme",
"bugs": {
"url": "https://github.com/djadmin/medium-cli/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/djadmin/medium-cli.git"
},
"keywords": [
"medium",
"cli",
"geeks",
"hackers",
"top",
"post"
],
"preferGlobal": true,
"author": "Dheeraj Joshi <dheerajjoshi1991@gmail.com>",
"license": "MIT",
"bin": {
"medium": "index.js"
}
}