-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 966 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": "swarovskicollection",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www"
},
"dependencies": {
"bcrypt": "^1.0.2",
"body-parser": "~1.17.1",
"connect-ensure-login": "^0.1.1",
"connect-flash": "^0.1.1",
"connect-mongo": "^1.3.2",
"cookie-parser": "~1.4.3",
"debug": "~2.6.3",
"ejs": "~2.5.6",
"eslint-plugin-import": "^2.7.0",
"express": "~4.15.2",
"express-ejs-layouts": "^2.3.1",
"express-session": "^1.15.5",
"js-beautify": "^1.6.14",
"moment": "^2.18.1",
"mongoose": "^4.11.5",
"morgan": "~1.8.1",
"multer": "^1.3.0",
"node-sass-middleware": "^0.9.8",
"nodemon": "^1.11.0",
"passport": "^0.3.2",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0",
"serve-favicon": "~2.4.2",
"validate.js": "^0.11.1"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-airbnb-base": "^11.3.1"
}
}