-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1017 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
{
"name": "github-label-manager",
"version": "1.1.1",
"description": "Import/Export Labels between two github projects",
"author": {
"name": "Vidal Julien",
"email": "[email protected]",
"url": "julien-vidal.fr"
},
"repository": "https://github.com/julien-vidal/github-label-manager.git",
"license": "MIT",
"keywords": [
"github-label-manager",
"github",
"labels",
"import",
"export",
"nodejs",
"node",
"commandline"
],
"dependencies": {
"chalk": "^1.0.0",
"commander": "^2.6.0",
"github": "^0.2.3",
"q": "^1.2.0"
},
"devDependencies": {
"grunt": "^1.0.1",
"grunt-bump": "^0.8.0",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-nodeunit": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"jshint-stylish": "^1.0.0",
"load-grunt-tasks": "^1.0.0",
"time-grunt": "^1.0.0"
},
"scripts": {
"test": "grunt"
},
"bin": {
"glm": "github-labels-manager.js"
}
}