-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
44 lines (44 loc) · 1.06 KB
/
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
40
41
42
43
44
{
"name": "demo-mongo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"devtool": "devtool index --watch",
"dev": "nodemon index",
"start": "node index",
"postinstall": "bower cache clean && bower install"
},
"engines": {
"node": "6.6.0"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"aws-sdk": "^2.7.5",
"body-parser": "^1.15.2",
"bower": "^1.8.0",
"connect-ensure-login": "^0.1.1",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"cors": "^2.8.1",
"dotenv": "^2.0.0",
"express": "^4.14.0",
"express-jwt": "^5.1.0",
"express-session": "^1.14.2",
"gravatar": "^1.6.0",
"jsonwebtoken": "^7.1.9",
"merge": "^1.2.0",
"mongodb": "^2.2.5",
"mongoose": "^4.6.8",
"mongoose-paginate": "^5.0.3",
"morgan": "^1.7.0",
"passport": "^0.3.2",
"passport-google-oauth20": "^1.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0",
"request": "^2.79.0",
"request-promise": "^4.1.1"
}
}