-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 861 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
38
{
"name": "EmpApp",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node server.js"
},
"main": "server.js",
"description": "EmpApp",
"author": {
"name": "Vinod S",
"email": "[email protected]"
},
"dependencies": {
"async": "^0.9.0",
"body-parser": "^1.10.0",
"connect-mongo": "^0.5.3",
"cookie-parser": "~1.3.3",
"csurf": "^1.6.5",
"debug": "^2.1.0",
"express": "^4.9.8",
"express-session": "^1.9.3",
"lodash": "^2.4.1",
"mongoose": "^3.8.21",
"morgan": "^1.5.0",
"node-env-file": "^0.1.4",
"passport": "^0.2.1",
"passport-google-oauth": "^0.1.5",
"serve-favicon": "^2.2.0",
"stylus": "^0.42.3"
},
"devDependencies": {
"gulp": "^3.8.10",
"gulp-plumber": "^0.6.6",
"gulp-replace": "^0.5.0",
"gulp-sass": "^1.2.4"
}
}