-
Notifications
You must be signed in to change notification settings - Fork 16
/
Copy pathpackage.json
69 lines (69 loc) · 1.67 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
{
"name": "pace",
"version": "0.0.2",
"private": true,
"scripts": {
"start": "node ./bin/www",
"test": "gulp test && gulp test-integration && gulp test-functional"
},
"engines": {
"node": "7.7.1"
},
"dependencies": {
"body-parser": "^1.18.3",
"config": "^2.0.0",
"connect-flash": "~0.1.1 ",
"connect-redis": "^3.3.3",
"cryptico": "~1.0.2",
"csurf": "^1.9.0",
"db-migrate": "~0.11.0",
"db-migrate-pg": "^0.4.0",
"debug": "~3.2.1",
"express": "~5.0.0-alpha.6",
"express-metrics": "^1.1.0",
"express-session": "~1.15.6",
"fast-csv": "^2.3.0",
"ioredis": "^4.0.0",
"lodash": "^4.17.10",
"moment": "^2.22.2",
"moment-duration-format": "^2.2.2",
"morgan": "~1.9.0",
"multiparty": "^4.2.0",
"nodemailer": "~4.6.1",
"nodemailer-mock-transport": "^1.3.0",
"nodemailer-sendmail-transport": "^1.0.0",
"passport": "~0.4.0",
"passport-local": "~1.0.0",
"pdfkit": "~0.8.2",
"pg": "^7.4.3",
"pug": "^2.0.3",
"q": "^1.4.1",
"qr-image": "~3.2.0",
"rbac2": "~1.1.0",
"rescode": "~0.1.10",
"serve-favicon": "~2.5.0",
"validator": "^10.0.0",
"winston": "^2.4.3",
"ws": "^6.0.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-jasmine": "^4.0.0",
"gulp-jshint": "^2.0.3",
"gulp-shell": "^0.6.1",
"gulp-util": "^3.0.7",
"jshint": "^2.9.6",
"jshint-stylish": "^2.2.1",
"mockery": "^2.0.0",
"request": "^2.87.0",
"selenium-standalone": "^6.15.1",
"wdio-jasmine-framework": "^5.0.0-alpha.7",
"webdriverio": "=3.4.0",
"yargs": "^12.0.1"
},
"greenkeeper": {
"ignore": [
"webdriverio"
]
}
}