-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 816 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 816 Bytes
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
{
"name": "pristine-wireless-website",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www",
"dev": "nodemon ./bin/www"
},
"dependencies": {
"aws-sdk": "^2.26.0",
"bcrypt": "^1.0.2",
"body-parser": "~1.16.0",
"connect-ensure-login": "^0.1.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"debug": "~2.6.0",
"dotenv": "^4.0.0",
"ejs": "~2.5.5",
"express": "^4.14.1",
"express-ejs-layouts": "~2.2.0",
"express-session": "^1.15.1",
"mongoose": "~4.8.5",
"mongoose-regex-search": "^0.3.0",
"morgan": "^1.7.0",
"multer": "^1.3.0",
"multer-s3": "^2.5.0",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"serve-favicon": "^2.3.2"
},
"devDependencies": {
"nodemon": "^1.11.0"
}
}