-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
38 lines (38 loc) · 1005 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": "self_development",
"version": "1.0.0",
"description": "This is initial development by me",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node app",
"watch": "nodemon app && mongod"
},
"author": "",
"license": "ISC",
"dependencies": {
"bcrypt": "^3.0.6",
"body-parser": "^1.18.3",
"connect-mongo": "^2.0.3",
"express": "^4.16.4",
"express-session": "^1.15.6",
"express-validator": "^5.3.1",
"joi": "^14.3.0",
"mongodb": "^3.1.10",
"mongoose": "^5.6.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"passport-local-mongoose-email": "^0.1.4",
"path": "^0.12.7",
"pug": "^2.0.3"
},
"main": "app.js",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/fornigam/login-system.git"
},
"bugs": {
"url": "https://github.com/fornigam/login-system/issues"
},
"homepage": "https://github.com/fornigam/login-system#readme"
}