-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 820 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 820 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
35
{
"name": "bandomap",
"version": "0.0.0",
"private": true,
"scripts": {
"start": "node ./bin/www"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "~1.17.1",
"connect-ensure-login": "^0.1.1",
"cookie-parser": "~1.4.3",
"date-and-time": "^0.6.2",
"debug": "~2.6.3",
"express": "~4.15.2",
"express-session": "^1.15.6",
"geocoder": "^0.2.3",
"hbs": "~4.0.1",
"materialize-css": "^0.100.2",
"mime": "^1.4.1",
"mongodb": "^3.0.1",
"mongoose": "^4.13.8",
"morgan": "~1.8.1",
"node-mime": "^1.0.0",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"serve-favicon": "~2.4.2",
"session": "^0.1.0"
},
"devDependencies": {
"connect-flash": "^0.1.1",
"flash": "^1.1.0",
"passport-local": "^1.0.0"
}
}