-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
46 lines (46 loc) · 1.02 KB
/
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
39
40
41
42
43
44
45
46
{
"name": "api-node-mongo",
"version": "1.0.0",
"description": "Nodejs + jwt MongoDb + 0Auth2",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/datalab-api/api-jwt-node-mongo.git"
},
"keywords": [
"nodejs",
"express",
"jwt",
"0auth2",
"mongodb"
],
"author": "Guisse",
"license": "ISC",
"bugs": {
"url": "https://github.com/datalab-api/api-jwt-node-mongo/issues"
},
"homepage": "https://github.com/datalab-api/api-jwt-node-mongo#readme",
"dependencies": {
"bcryptjs": "^2.4.3",
"cookie-parser": "^1.4.6",
"cors": "^2.8.5",
"dotenv": "^16.0.0",
"express": "^4.17.3",
"express-session": "^1.17.2",
"helmet": "^5.0.2",
"https": "^1.0.0",
"jsonwebtoken": "^8.5.1",
"log4js": "^6.4.4",
"mongoose": "^6.2.10",
"rootpath": "^0.1.2"
},
"devDependencies": {
"nodemon": "^2.0.15"
},
"engines": {
"node": "14.15.x"
}
}