forked from node-gh/gh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·72 lines (72 loc) · 1.51 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
{
"name": "gh",
"description": "GitHub command line tools.",
"version": "1.8.2",
"homepage": "http://nodegh.io",
"author": {
"name": "Eduardo Lundgren",
"email": "[email protected]",
"web": "http://eduardo.io",
"twitter": "eduardolundgren"
},
"contributors": [
{
"name": "Zeno Rocha",
"email": "[email protected]",
"web": "http://zenorocha.com",
"twitter": "zenorocha"
}
],
"license": "BSD",
"repository": {
"type": "git",
"url": "[email protected]:node-gh/gh.git"
},
"bugs": {
"url": "https://github.com/node-gh/gh/issues"
},
"keywords": [
"git",
"github",
"external",
"commands",
"helpers"
],
"bin": {
"gh": "bin/gh.js"
},
"scripts": {
"test": "grunt ci"
},
"dependencies": {
"async": "~0.2.9",
"cli-color": "~0.2.3",
"cli-log": "~0.0.8",
"copy-paste": "~0.1.0",
"github": "~0.1.12",
"handlebars": "1.0.11",
"inquirer": "~0.3.4",
"moment": "~2.4.0",
"nopt": "~2.1.2",
"open": "~0.0.4",
"truncate": "~1.0.2",
"update-notifier": "~0.1.7",
"userhome": "~0.1.0",
"which": "~1.0.5",
"wordwrap": "~0.0.2"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-bump": "0.0.11",
"grunt-cli": "~0.1.9",
"grunt-contrib-jshint": "~0.7.1",
"grunt-contrib-watch": "~0.5.3",
"grunt-jsbeautifier": "0.2.2",
"grunt-mocha-test": "~0.7.0",
"mocha": "~1.12.0"
},
"engines": {
"node": ">=0.8 <0.12"
},
"preferGlobal": "true"
}