-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 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
{
"name": "null-authorization",
"version": "0.0.18",
"description": "An authorization system non-intrusive inspired by express-authorization, Apache's Shiro project and XACML acl rules.",
"main": "build/index.js",
"scripts": {
"test": "grunt test"
},
"keywords": [
"express",
"connect",
"authorization",
"shiro",
"xacml",
"acl"
],
"repository": {
"type": "git",
"url": "https://github.com/nullindustries/null-authorization"
},
"author": "Null industries",
"contributors": [
"Juan Pablo Gaviria",
"Sebastian Castillo"
],
"license": "MIT",
"dependencies": {
"jison": "~0.4.13",
"underscore": "~1.6.0",
"null-authorization-adapter": "*"
},
"devDependencies": {
"coffee-coverage": "*",
"grunt": "~0.4.5",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-coffee": "^0.10.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-env": "~0.4.1",
"grunt-mkdir": "~0.1.1",
"grunt-mocha-test": "~0.11.0",
"grunt-shell": "^0.7.0",
"mocha": "*",
"precommit-hook": "juanpgaviria/precommit-hook",
"proxyquire": "^1.0.1",
"should": "*",
"sinon": "~1.7.3",
"supertest": "0.8.3"
}
}