-
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) · 759 Bytes
/
Copy pathpackage.json
File metadata and controls
28 lines (28 loc) · 759 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": "node-role-based-authorization-api",
"version": "1.0.0",
"description": "Node.js Role Based Authorization API",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/cornflourblue/node-role-based-authorization-api.git"
},
"scripts": {
"start": "nodemon ./server.js"
},
"dependencies": {
"bcryptjs": "^2.4.3",
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"express": "^4.16.4",
"express-jwt": "^5.3.1",
"jsonwebtoken": "^8.4.0",
"mysql2": "^2.1.0",
"rootpath": "^0.1.2",
"sequelize": "^5.21.5",
"sequelize-cli": "^5.5.1"
},
"devDependencies": {
"nodemon": "^1.18.6"
}
}