- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
23 lines (23 loc) · 495 Bytes
/
Copy pathpackage.json
File metadata and controls
23 lines (23 loc) · 495 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "simple-auth",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.19.0",
"console-stamp": "^0.2.9",
"express": "^4.17.1",
"mongo-sanitize": "^1.0.1",
"mongoose": "^5.6.9",
"morgan": "^1.9.1",
"randexp": "^0.5.3",
"require-all": "^3.0.0",
"uuid": "^3.3.2"
}
}