-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 978 Bytes
/
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
{
"name": "goodtemplate",
"version": "1.0.0",
"description": "Ethereal by HTML5 UP\r html5up.net | @ajlkn\r Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "nodemon server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt-nodejs": "latest",
"body-parser": "^1.18.3",
"connect-flash": "~0.1.1",
"cookie-parser": "~1.4.3",
"ejs": "~2.5.2",
"express": "^4.16.4",
"express-session": "^1.15.6",
"lodash": "^4.17.15",
"method-override": "~2.3.6",
"mongodb": "^3.3.4",
"mongoose": "^5.4.20",
"morgan": "^1.9.1",
"mpath": ">=0.5.1",
"passport": "~0.3.2",
"passport-facebook": "~2.1.1",
"passport-google-oauth": "~1.0.0",
"passport-local": "~1.0.0",
"passport-twitter": "~1.0.4"
},
"devDependencies": {
"nodemon": "^2.0.0"
}
}