-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
62 lines (62 loc) · 1.62 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": "co-engagement",
"version": "0.0.1",
"private": true,
"scripts": {
"start": "node ./bin/www",
"prod": "forever start --minUptime 1000 --spinSleepTime 1000 node_modules/gulp/bin/gulp.js prod",
"debug": "node --debug ./bin/www",
"load": "siege --concurrent=20 --reps=5 -f urls.txt"
},
"dependencies": {
"async": "^2.0.0-rc.6",
"bcryptjs": "^2.3.0",
"benchmark": "^2.1.0",
"body-parser": "~1.13.2",
"cheerio": "^0.20.0",
"coffee-script": "^1.10.0",
"cookie-parser": "~1.3.5",
"cors": "^2.7.1",
"debug": "~2.2.0",
"ejs": "*",
"eventproxy": "^0.3.4",
"express": "~4.13.1",
"hubot": "^2.19.0",
"hubot-matteruser": "file:plugins/hubot-matteruser-0.1.3.tgz",
"ioredis": "^1.15.1",
"lodash": "^4.11.0",
"log4js": "^0.6.33",
"mochawesome": "^1.3.5",
"moment": "^2.12.0",
"mongoose": "^4.5.1",
"morgan": "~1.6.1",
"q": "^1.4.1",
"redis": "^2.6.2",
"request": "^2.72.0",
"serve-favicon": "~2.3.0",
"socket.io": "^1.4.5",
"socket.io-client": "^1.4.5",
"socketio-jwt": "^4.4.0",
"util": "^0.10.3",
"xml2js": "^0.4.16"
},
"devDependencies": {
"bower": "^1.3.9",
"gulp": "~3.9.0",
"gulp-concat": "^2.4.1",
"gulp-connect": "^2.0.6",
"gulp-cssnano": "^2.1.0",
"gulp-htmlmin": "^1.3.0",
"gulp-less": "^3.0.5",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^1.0.1",
"gulp-usemin": "^0.3.7",
"gulp-watch": "^4.3.5",
"gulp-express": "^0.3.5",
"gulp-wrap": "^0.11.0",
"mocha": "^2.5.3",
"should": "^9.0.2",
"chai": "^3.5.0",
"forever-monitor": "^1.7.0"
}
}