-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 984 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
40
{
"name": "gitnews-cli",
"version": "1.3.0",
"description": "CLI tool to see GitHub notifications",
"main": "index.js",
"bin": {
"gitnews": "./index.js"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Payton Swick <payton@foolord.com>",
"license": "MIT",
"dependencies": {
"chalk": "^1.1.3",
"columnify": "^1.5.4",
"conf": "^1.0.0",
"date-fns": "^1.28.4",
"dotenv": "^4.0.0",
"eslint": "^3.19.0",
"eslint-config-wpcalypso": "^0.7.1",
"eslint-plugin-wpcalypso": "^3.2.0",
"gitnews": "^3.0.0",
"inquirer": "^3.0.6",
"lodash.get": "^4.4.2",
"meow": "^3.7.0"
},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/sirbrillig/gitnews-cli.git"
},
"keywords": [
"github"
],
"bugs": {
"url": "https://github.com/sirbrillig/gitnews-cli/issues"
},
"homepage": "https://github.com/sirbrillig/gitnews-cli#readme"
}