-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.08 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
{
"name": "git-folder-branches",
"version": "1.7.0",
"description": "Git repository bookmarks, summary view and auto-fetching",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://ajones513@github.com/ajones513/git-folder-branches.git"
},
"keywords": [
"git",
"branch",
"branches",
"list",
"fetch"
],
"author": "Andrew Jones",
"license": "MIT",
"bugs": {
"url": "https://github.com/ajones513/git-folder-branches/issues"
},
"homepage": "https://github.com/ajones513/git-folder-branches#readme",
"dependencies": {
"bluebird": "^3.3.5",
"colors": "^1.1.2",
"osenv": "^0.1.3",
"string.prototype.repeat": "^0.2.0",
"strip-outer": "^1.0.0"
},
"bin": {
"g": "bin/index.js",
"ga": "bin/index.js",
"gp": "bin/index.js",
"gpa": "bin/index.js",
"gs": "bin/index.js",
"gfbcd": "bin/index.js",
"gfbd": "bin/daemon.js"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-jshint": "^0.11.3"
}
}