forked from rrohrer/Caliper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
57 lines (57 loc) · 1.3 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
{
"name": "caliper",
"description": "simple breakpad server/processor",
"version": "0.0.1",
"bin": {
"caliper": "bin/caliper"
},
"scripts": {
"prepublish": "grunt coffee",
"start": "node lib/app.js"
},
"main": "lib/app.js",
"dependencies": {
"body-parser": "1.14.1",
"decompress-zip": "0.0.4",
"dirty": "0.9.7",
"express": "4.13.3",
"express-session": "1.11.3",
"formidable": "~1.0.14",
"fs-plus": "0.10.0",
"github-releases": "0.1.x",
"glob": "3.x",
"jade": "~0.35.0",
"method-override" : "2.3.5",
"minidump": "0.9.0",
"mkdirp": "~0.3.5",
"node-uuid": "~1.4.1",
"passport": "0.3.0",
"passport-local": "1.0.0",
"randomstring": "^1.1.0",
"temp": "0.7.0",
"wrench": "1.5.x"
},
"devDependencies": {
"coffee-script": "~1.6.2",
"grunt": "~0.4.1",
"grunt-contrib-coffee": "~0.6.6",
"grunt-coffeelint": "~0.0.13",
"grunt-cli": "~0.1.7",
"grunt-jade": "0.5.1",
"grunt-shell": "~0.2.2",
"rimraf": "~2.1.4"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/rrohrer/caliper/raw/master/LICENSE"
}
],
"repository": {
"type": "git",
"url": "https://github.com/rrohrer/caliper.git"
},
"bugs": {
"url": "https://github.com/caliper/issues"
}
}