-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
37 lines (37 loc) · 871 Bytes
/
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
{
"name": "codeslam",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"agenda": "^0.9.0",
"appdynamics": "^4.5.9",
"bcryptjs": "^2.4.3",
"body-parser": "~1.13.2",
"compilex": "^0.7.3",
"cookie-parser": "~1.3.5",
"cuid": "^1.3.8",
"debug": "~2.2.0",
"exec": "^0.2.1",
"express": "~4.13.1",
"express-session": "^1.14.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-minify": "0.0.14",
"gulp-uglify": "^2.0.0",
"hbs": "~3.1.0",
"jsonwebtoken": "^7.1.9",
"minify": "^2.0.12",
"mongodb": "^2.2.1",
"morgan": "~1.6.1",
"mustache": "^2.2.1",
"nodemailer": "^2.6.4",
"selenium-webdriver": "^3.0.0-beta-3",
"serve-favicon": "~2.3.0",
"striptags": "^2.1.1",
"validator": "^5.4.0",
"xss": "^0.2.13"
}
}