-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
49 lines (49 loc) · 928 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
41
42
43
44
45
46
47
48
49
{
"name": "gh-description",
"version": "0.1.14",
"description": "Set and get a GitHub repository description",
"license": "MIT",
"repository": "RichardLitt/gh-description",
"author": {
"name": "Richard Littauer",
"email": "[email protected]",
"url": "http://burntfen.com"
},
"bin": "cli.js",
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"lint": "standard",
"test": "standard && ava"
},
"keywords": [
"cli-app",
"cli",
"github",
"git",
"description",
"descriptions",
"repo",
"repository",
"set",
"get",
"desc"
],
"dependencies": {
"ghauth": "^3.2.1",
"gitconfiglocal": "^2.0.1",
"is-array": "^1.0.1",
"meow": "^3.7.0",
"octokat": "^0.9.0",
"pify": "^3.0.0"
},
"devDependencies": {
"standard": "^10.0.2",
"ava": "^0.21.0"
},
"coordinates": [
45.5191959,
-73.5788979
]
}