-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 732 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 732 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
{
"name": "mmdb",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "nodemon ./bin/www"
},
"dependencies": {
"body-parser": "~1.15.2",
"bootstrap": "^3.3.7",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.4.3",
"debug": "^2.2.0",
"express": "~4.14.0",
"express-messages": "^1.0.1",
"express-session": "^1.14.2",
"express-validator": "^3.1.2",
"jade": "~1.11.0",
"method-override": "^2.3.7",
"mongoose": "^4.7.7",
"mongoose-paginate": "^5.0.3",
"morgan": "~1.7.0",
"multer": "^1.2.1",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^4.0.0",
"serve-favicon": "~2.3.0",
"video.js": "^5.16.0"
}
}