-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 795 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 795 Bytes
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
{
"name": "nadmin",
"version": "0.1.0",
"description": "Node/Mongoose/Express app that can be used as a simple user login and management system or full blown admin are for an app.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Mike Pippin",
"license": "Apache",
"dependencies": {
"app-root-path": "^2.1.0",
"async": "^2.6.1",
"bcrypt": "^3.0.3",
"body-parser": "^1.18.3",
"connect-mongo": "^2.0.3",
"cookie-parser": "^1.4.3",
"crypto": "^1.0.1",
"csurf": "^1.9.0",
"express-brute": "^1.0.1",
"express-brute-mongoose": "^1.0.2",
"express-session": "^1.15.6",
"express-validator": "^5.3.1",
"helmet": "^3.15.0",
"i18n": "^0.8.3",
"nodemailer": "^5.0.0"
}
}