-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.08 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": "routes-tutorial",
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"node": "10.2.1"
},
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"alert-node": "^1.2.1",
"axios": "^0.18.0",
"bcrypt": "^2.0.1",
"body-parser": "^1.18.3",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"cookie-session": "^2.0.0-beta.3",
"dateformat": "^3.0.3",
"debug": "^3.1.0",
"ejs": "^2.6.1",
"express": "^4.16.3",
"express-session": "^1.15.6",
"express-sslify": "^1.2.0",
"force-ssl-heroku": "^1.0.2",
"geolocation-marker": "^2.0.5",
"googlemaps": "^1.12.0",
"lodash": "^4.17.10",
"method-override": "^2.3.10",
"mongoose": "^5.1.4",
"mongoose-timestamps": "0.0.1",
"morgan": "^1.9.0",
"mustache-express": "^1.2.6",
"node-notifier": "^5.2.1",
"passport": "^0.4.0",
"passport-google": "^0.3.0",
"passport-google-oauth20": "^1.0.0",
"pryjs": "^1.0.3"
}
}