-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 870 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
{
"name": "daily-salse",
"version": "0.0.1",
"author": "Raghavendra Karunanidhi<[email protected]>",
"private": true,
"scripts": {
"start": "nodemon --watch src app.coffee"
},
"dependencies": {
"async": "2.1.4",
"body-parser": "^1.12.2",
"config": "^1.9.0",
"connect-flash": "^0.1.1",
"connect-mongo": "^0.8.2",
"crypto": "0.0.3",
"csurf": "^1.7.0",
"escape-html": "^1.0.1",
"express": "^4.12.3",
"express-domain-middleware": "^0.1.0",
"express-session": "^1.10.4",
"fs-extra": "^0.26.2",
"helmet": "^0.14.0",
"moment": "^2.8.4",
"mongodb": "^2.1.2",
"multer": "^1.1.0",
"mustache": "^2.2.1",
"mustache-express4": "0.0.5",
"nodemailer": "^1.3.1",
"qs": "^5.2.0",
"title-case": "^1.1.0",
"underscore": "^1.7.0",
"validator": "^4.2.1",
"xlsx": "0.8.2"
}
}