-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 906 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 906 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": "gardien",
"version": "0.1.7",
"private": false,
"author": {
"name": "Tierry Danquin",
"email": "contact@oothkoo.com",
"url": "http://www.oothkoo.com"
},
"repository": {
"type": "git",
"url": "https://github.com/oOthkOo/gardien.git"
},
"description": "The most simple, flexible and easy to use JavaScript role/access control list (ACL, RBAC) library.",
"main": "main.js",
"keywords": [
"acl",
"access control list",
"access control",
"access list",
"role based access control",
"role based access",
"role based",
"gardien",
"system",
"memory",
"redis",
"sysadmin",
"tools"
],
"dependencies": {
"redis": "2.1.0",
"lodash": "4.17.19",
"async": "1.4.2"
},
"license": "MIT"
}