-
Notifications
You must be signed in to change notification settings - Fork 13
/
package.json
62 lines (62 loc) · 1.4 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
{
"name": "gitwalk",
"version": "0.1.3",
"description": "Processing groups of git repositories.",
"main": "./out/lib/gitwalk.js",
"bin": {
"gitwalk": "./out/bin/gitwalk.js"
},
"scripts": {
"start": "node ./out/bin/gitwalk.js",
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/pazdera/gitwalk"
},
"keywords": [
"git",
"grep",
"cli",
"dev"
],
"author": "Radek Pazdera <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/pazdera/gitwalk/issues"
},
"homepage": "https://github.com/pazdera/gitwalk",
"devDependencies": {
"chai": "^3.4.0",
"coffee-script": "^1.9.2",
"event-stream": "^3.3.1",
"gulp": "^3.8.11",
"gulp-coffee": "^2.3.1",
"gulp-coffeelint": "^0.5.0",
"gulp-debug": "^2.1.2",
"gulp-insert": "^0.5.0",
"gulp-mocha": "^2.1.0",
"gulp-rename": "^1.2.2",
"gulp-util": "^3.0.4",
"mocha": "^2.2.5"
},
"dependencies": {
"async": "^1.0.0",
"bluebird": "^3.0.2",
"chalk": "^1.0.0",
"char-spinner": "^1.0.1",
"commander": "^2.8.1",
"cson": "^3.0.2",
"du": "^0.1.0",
"expand-tilde": "^1.2.0",
"filesize": "^3.1.2",
"filesize-parser": "^1.2.0",
"github": "^0.2.4",
"glob": "^5.0.10",
"minimatch": "^2.0.1",
"mkdirp": "^0.5.1",
"nconf": "^0.8.2",
"nodegit": "0.5.0",
"rimraf": "^2.4.1"
}
}