-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 731 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 731 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
{
"name": "cruddyAuthBlog",
"version": "0.0.0",
"scripts": {
"start": "nodemon ./ --ignore 'public/stylesheets/*' --ignore 'public/javascripts/*' --ignore 'public/images/*'"
},
"dependencies": {
"babel-core": "^6.7.2",
"body-parser": "~1.13.2",
"compression": "^1.6.1",
"connect-mongo": "^1.1.0",
"cookie-parser": "~1.3.5",
"cors": "~2.7.1",
"dotenv": "^2.0.0",
"express": "~4.13.1",
"express-session": "^1.13.0",
"lodash": "^4.6.1",
"mongoose": "~4.1.6",
"morgan": "~1.6.1",
"nodemon": "~1.9.1",
"passport": "^0.3.2",
"passport-facebook": "^2.1.0",
"passport-google-oauth": "^1.0.0",
"passport-local": "^1.0.0",
"serve-favicon": "~2.3.0"
}
}