-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
85 lines (85 loc) · 2.17 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
{
"name": "ECRS",
"version": "1.1.0",
"description": "Electron Crash Reporter Server",
"main": "index.js",
"scripts": {
"test": "gulp tests",
"release": "gulp release",
"start": "gulp serve"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oxyno-zeta/ECRS.git"
},
"keywords": [
"Electron",
"Crash Reporter",
"Reporter",
"Crash"
],
"author": "Oxyno-zeta",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://github.com/oxyno-zeta/ECRS/issues"
},
"homepage": "https://github.com/oxyno-zeta/ECRS#readme",
"devDependencies": {
"browser-sync": "^2.13.0",
"chai": "^3.5.0",
"coveralls": "^2.11.14",
"del": "^2.2.1",
"event-stream": "^3.3.4",
"gulp": "^3.9.1",
"gulp-angular-filesort": "^1.1.1",
"gulp-angular-templatecache": "^2.0.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-bump": "^2.2.0",
"gulp-csso": "^2.0.0",
"gulp-gzip": "^1.4.0",
"gulp-if": "^2.0.1",
"gulp-inject": "^4.1.0",
"gulp-istanbul": "^1.1.1",
"gulp-minify-html": "^1.0.6",
"gulp-mocha": "^3.0.1",
"gulp-ng-annotate": "^2.0.0",
"gulp-nodemon": "^2.1.0",
"gulp-sass": "^2.3.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-tar": "^1.9.0",
"gulp-template": "^4.0.0",
"gulp-uglify": "^1.5.4",
"gulp-useref": "^3.1.0",
"mocha-lcov-reporter": "^1.2.0",
"mockery": "^1.7.0",
"run-sequence": "^1.2.2",
"supertest": "^2.0.0",
"uglify-save-license": "^0.4.1",
"wiredep": "^4.0.0"
},
"dependencies": {
"body-parser": "^1.15.2",
"compression": "^1.6.2",
"cookie-parser": "^1.4.3",
"email-templates": "^2.4.1",
"email-validator": "^1.0.5",
"express": "^4.14.0",
"express-jwt": "^3.4.0",
"express-validator": "^2.20.8",
"handlebars": "^4.0.5",
"helmet": "^2.1.1",
"is-url": "^1.2.2",
"jsonwebtoken": "^7.1.6",
"lodash": "^4.13.1",
"moment": "^2.14.1",
"mongoose": "^4.5.4",
"multer": "^1.1.0",
"nconf": "^0.8.4",
"nodemailer": "^2.6.0",
"passport": "^0.3.2",
"passport-github": "^1.1.0",
"serve-static": "^1.11.1",
"url-join": "^1.1.0",
"winston": "^2.2.0"
}
}