forked from node-gh/gh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
75 lines (75 loc) · 1.58 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
73
74
75
{
"name": "gh",
"description": "GitHub command line tools.",
"version": "1.11.7",
"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-3-Clause",
"repository": {
"type": "git",
"url": "[email protected]:node-gh/gh.git"
},
"bugs": {
"url": "https://github.com/node-gh/gh/issues"
},
"trackingCode": "UA-58265773-2",
"keywords": [
"git",
"github",
"external",
"commands",
"helpers"
],
"bin": {
"gh": "bin/gh.js"
},
"scripts": {
"test": "gulp test",
"ci": "gulp ci"
},
"dependencies": {
"async": "^1.0.0",
"colors": "^1.1.0",
"github": "^0.2.4",
"handlebars": "^3.0.3",
"inquirer": "^0.8.5",
"insight": "^0.5.2",
"moment": "^2.10.3",
"nopt": "^3.0.2",
"open": "^0.0.5",
"truncate": "^1.0.4",
"update-notifier": "^0.5.0",
"userhome": "^1.0.0",
"which": "^1.1.1",
"wordwrap": "^1.0.0"
},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-mocha": "^2.0.0",
"gulp-istanbul": "^0.9.0",
"gulp-complexity": "^0.3.0",
"gulp-jshint": "^1.11.0",
"gulp-jscs": "^1.6.0",
"plato": "^1.5.0",
"jshint-stylish": "^2.0.0",
"rewire": "^2.3.3",
"run-sequence": "^1.1.0"
},
"engines": {
"node": ">=0.12"
},
"preferGlobal": "true"
}