-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.18 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
{
"name": "medium-read-cli",
"version": "1.0.7",
"description": "Read Medium's stories from your terminal",
"keywords": [
"cli",
"medium",
"sotries",
"story",
"read",
"terminal",
"geek",
"api"
],
"main": "./lib/index.js",
"preferGlobal": true,
"bin": {
"mdm": "./bin/app.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/fkanout/medium-read-cli.git"
},
"author": "Faisal KANOUT <faisal@kanout.com> (http://www.kanout.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/fkanout/medium-read-cli/issues"
},
"homepage": "https://github.com/fkanout/medium-read-cli#readme",
"dependencies": {
"chalk": "^2.0.1",
"inquirer": "^3.2.1",
"ora": "^1.3.0",
"readline-sync": "^1.4.7",
"request": "^2.81.0",
"request-promise-native": "^1.0.4",
"terminal-image": "github:fkanout/terminal-image"
},
"devDependencies": {
"eslint": "^4.4.0",
"eslint-config-airbnb": "^15.1.0",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-jsx-a11y": "^5.1.1",
"eslint-plugin-react": "^7.1.0"
}
}