forked from acrisci/simple-breakpad-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.53 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": "simple-breakpad-server",
"description": "Simple breakpad crash reports collecting server",
"version": "1.0.0",
"bin": {
"simple-breakpad-server": "bin/simple-breakpad-server"
},
"keywords": [
"breakpad",
"minidump",
"stackwalk",
"crashreports"
],
"scripts": {
"lint": "grunt lint",
"prepublish": "grunt coffee",
"serve": "grunt serve"
},
"dependencies": {
"addr": "^1.0.1",
"body-parser": "^1.15.2",
"bootstrap": "^3.3.7",
"connect-busboy": "0.0.2",
"express": "^4.14.0",
"express-handlebars": "^3.0.0",
"express-paginate": "^0.2.2",
"fs-promise": "^1.0.0",
"handlebars-paginate": "^0.1.0",
"method-override": "^2.3.6",
"minidump": "^0.11.0",
"moment": "^2.16.0",
"mysql": "^2.12.0",
"nconf": "^0.8.4",
"nconf-yaml": "^1.0.2",
"pg": "^6.1.0",
"pg-hstore": "^2.3.2",
"sequelize": "^3.27.0",
"sqlite3": "^3.1.8",
"stream-to-array": "^2.3.0",
"title-case": "^2.1.0",
"tmp": "^0.0.30"
},
"devDependencies": {
"coffee-script": "^1.11.1",
"grunt": "^1.0.1",
"grunt-contrib-coffee": "^1.0.0",
"grunt-coffeelint": "^0.0.16",
"grunt-cli": "^1.2.0",
"grunt-shell": "^2.1.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-express-server": "^0.5.3",
"rimraf": "^2.5.4"
},
"repository": {
"type": "git",
"url": "https://github.com/acrisci/simple-breakpad-server.git"
},
"bugs": {
"url": "https://github.com/acrisci/simple-breakpad-server/issues"
},
"license": "MIT"
}