-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
38 lines (38 loc) · 967 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
36
37
38
{
"name": "passport-local-basics",
"version": "1.0.0",
"description": "",
"main": "app.js",
"devDependencies": {
"nodemon": "^3.0.2"
},
"scripts": {
"start": "node ./bin/www",
"devstart": "nodemon ./bin/www",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"async": "^2.6.1",
"bcrypt": "^5.1.1",
"bluebird": "^3.5.0",
"body-parser": "^1.18.3",
"dateformat": "^3.0.3",
"debug": "^2.6.9",
"express": "^4.16.3",
"express-flash-messages": "^0.1.1",
"express-handlebars": "^7.1.2",
"express-session": "^1.15.6",
"handlebars-helpers": "^0.9.8",
"moment": "^2.22.2",
"mongoose": "^5.2.9",
"mongoose-unique-validator": "^2.0.1",
"morgan": "^1.9.0",
"nodemailer": "^6.9.7",
"passport": "^0.7.0",
"passport-local": "^1.0.0",
"serve-favicon": "^2.5.0",
"static-favicon": "^2.0.0-alpha"
},
"author": "Ashis Raj",
"license": "ISC"
}