-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 765 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 765 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
29
30
31
32
{
"name": "nuu-auth-system",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"author": "",
"license": "ISC",
"dependencies": {
"archiver": "^2.1.1",
"bcryptjs": "^2.4.3",
"body-parser": "^1.17.2",
"express": "^4.15.4",
"jsonwebtoken": "^7.4.3",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"moment-timezone": "^0.5.13",
"mongodb": "^2.2.31",
"mongoose": "^5.0.10",
"mongoose-auto-increment": "^5.0.1",
"morgan": "^1.9.0",
"multer": "^1.3.0",
"node-xlsx": "^0.12.0",
"nodemailer": "^4.0.1",
"pdf-merge": "^1.0.2",
"pdfkit": "^0.8.3",
"validator": "^8.0.0"
}
}