-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 898 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": "nodeauth",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "mocha",
"start": "nodemon server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/lewmoore/NodeAuth.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/lewmoore/NodeAuth/issues"
},
"homepage": "https://github.com/lewmoore/NodeAuth#readme",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.3",
"chai": "^4.1.2",
"chai-http": "^4.0.0",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"ejs": "^2.6.1",
"express": "^4.16.3",
"express-session": "^1.15.6",
"mocha": "^5.2.0",
"mongoose": "^5.1.2",
"morgan": "^1.9.0",
"nodemon": "^1.17.5",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"validatorjs": "^3.14.2"
}
}