-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 863 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 863 Bytes
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
{
"name": "git-stats-services",
"version": "0.0.0",
"scripts": {
"start": "node ./bin/www",
"test": "node_modules/.bin/mocha -w",
"postinstall": "node ./node_modules/bower/bin/bower install --force"
},
"dependencies": {
"bluebird": "^2.9.34",
"body-parser": "~1.13.2",
"cookie-parser": "~1.3.5",
"debug": "~2.2.0",
"del": "^1.2.1",
"express": "~4.13.1",
"git-exec": "^0.2.1",
"glob": "^5.0.14",
"hbs": "~3.1.0",
"madge": "^0.5.0",
"mkdirp": "^0.5.1",
"morgan": "~1.6.1",
"nodegit": "^0.4.1",
"password-hash": "^1.2.2",
"serve-favicon": "~2.3.0",
"sha1": "^1.1.1",
"simple-git": "^1.8.0",
"sloc": "^0.1.9",
"uuid": "^2.0.1"
},
"devDependencies": {
"bower": "^1.4.1",
"gulp": "^3.9.0",
"gulp-sass": "^2.0.4",
"mocha": "*",
"should": "*"
}
}