-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.01 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
{
"name": "invitation-game",
"version": "0.1.0",
"private": true,
"scripts": {
"start": "node server.js",
"test": "node test/app.js"
},
"dependencies": {
"async": "^2.1.4",
"body-parser": "^1.15.0",
"compression": "^1.6.1",
"cookie-parser": "^1.4.1",
"cors": "^2.7.1",
"ejs": "^2.4.1",
"email-templates": "^2.1.0",
"express": "^4.13.4",
"glob": "^7.0.0",
"lodash": "^4.5.0",
"md5": "^2.1.0",
"method-override": "^2.3.5",
"mongoose": "^4.4.4",
"mongoose-findorcreate": "^0.1.2",
"morgan": "^1.7.0",
"nodemailer": "^2.2.1",
"nodemailer-ses-transport": "^1.3.0",
"serve-favicon": "^2.3.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-compass": "^1.1.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-develop": "^0.4.0",
"grunt-sass": "^1.1.0",
"load-grunt-tasks": "^3.4.0",
"request": "^2.69.0",
"supertest": "^1.2.0",
"tap-spec": "^4.1.1",
"tape": "^4.4.0",
"time-grunt": "^1.3.0"
}
}