-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
52 lines (50 loc) · 1.18 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
47
48
49
50
51
52
{
"name": "acl-magic",
"description": "ACL support for node.js with redis persistence. Powerfull: ACLs + exceptional rules in js code. Created for SwarmCore/ SwarmESB but reusable in any node.js project",
"version": "1.0.11",
"homepage": "https://github.com/salboaie/acl-magic",
"author": {
"name": "Alboaie Sinica",
"email": "[email protected]"
},
"contributors": [
{
"name": "Alboaie Sinica",
"email": "[email protected]"
}
],
"repository": {
"type": "git",
"url": "https://github.com/salboaie/acl-magic.git"
},
"bugs": {
"email": "[email protected]",
"url": "https://github.com/salboaie/acl-magic/issues"
},
"directories": {
"lib": "./lib"
},
"engines": {
"node": ">=0.6.0"
},
"main": "./lib/acl.js",
"licenses": [
{
"type": "LGPL",
"url": "http://www.gnu.org/licenses/lgpl.html"
}
],
"_id": "[email protected]",
"dependencies" : {
"asynchron": ">=1.0.18",
"safebox":">=0.2.1",
"double-check":">=0.1.5"
},
"optionalDependencies": {},
"_engineSupported": true,
"_npmVersion": "1.1.12",
"_nodeVersion": "v0.10.0",
"_defaultsLoaded": true,
"dist": {
}
}