-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 960 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
39
{
"name": "adoptapets",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "mkdir -p public/uploads",
"prod": "NODE_ENV='prod' npm start",
"start": "npm run build && nodemon ./bin/www"
},
"dependencies": {
"async": "^2.4.1",
"bcrypt": "^1.0.2",
"body-parser": "~1.16.0",
"colors": "^1.1.2",
"connect-flash": "^0.1.1",
"connect-mongo": "^1.3.2",
"cookie-parser": "~1.4.3",
"csurf": "^1.9.0",
"debug": "~2.6.0",
"ejs": "~2.5.5",
"express": "~4.14.1",
"express-session": "^1.15.2",
"method-override": "^2.3.8",
"mongoose": "^4.9.5",
"mongoose-timestamp": "^0.6.0",
"morgan": "~1.7.0",
"multer": "^1.3.0",
"nodemailer": "^4.0.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"serve-favicon": "~2.3.2",
"uuid": "^3.0.1"
},
"devDependencies": {
"eslint": "3.19.0",
"eslint-config-google": "0.7.1",
"nodemon": "^1.11.0"
}
}