forked from szy0syz/js-sequelize-adapter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 814 Bytes
/
Copy pathpackage.json
File metadata and controls
37 lines (37 loc) · 814 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
33
34
35
36
37
{
"name": "sequelize-adapter",
"version": "1.0.0",
"description": "Sequelize adapter for Casbin (node-casbin)",
"main": "index.js",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/node-casbin/sequelize-adapter.git"
},
"keywords": [
"node-casbin",
"adapter",
"sequelize",
"access-control",
"authorization",
"orm"
],
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/node-casbin/sequelize-adapter/issues"
},
"homepage": "https://github.com/node-casbin/sequelize-adapter#readme",
"dependencies": {
"casbin": "^1.1.2",
"sequelize": "^4.38.0"
},
"devDependencies": {
"@types/jest": "^23.3.1",
"jest": "^23.5.0",
"lodash": "^4.17.10",
"mysql2": "^1.6.1"
}
}