-
Notifications
You must be signed in to change notification settings - Fork 105
/
Copy pathpackage.json
43 lines (43 loc) · 941 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
{
"name": "git-run",
"version": "0.5.5",
"description": "A tool for managing multiple git repositories",
"main": "index.js",
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/mixu/gr.git"
},
"keywords": [
"git",
"multiple",
"repository",
"management"
],
"author": "Mikito Takada <[email protected]> (http://mixu.net/)",
"license": "BSD-3-Clause",
"gitHead": "0791027e594e6bf6818a9a9af07d33f1d62c5a44",
"bugs": {
"url": "https://github.com/mixu/gr/issues"
},
"bin": {
"gr": "./bin/gr"
},
"dependencies": {
"async": "^2.1.4",
"lodash.groupby": "^4.6.0",
"minilog": "~3.1.0",
"simple-git": "^1.65.0",
"tabtab": "git+https://github.com/mixu/node-tabtab.git"
},
"devDependencies": {
"file-fixture": "0.0.2",
"mocha": "~3.5.3"
},
"jshintConfig": {
"-W018": true,
"-W069": true
}
}