-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (49 loc) · 1.17 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
{
"name": "null-authorization-adapter",
"version": "0.0.4",
"description": "null-authorization adapter",
"node": ">= 0.4.0",
"main": "build/index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "git://github.com/nullindustries/null-authorization-adapter.git"
},
"keywords": [
"authorization",
"acl",
"permissions",
"xaclm",
"shiro"
],
"author": "null industries",
"license": "MIT",
"bugs": {
"url": "https://github.com/nullindustries/null-authorization-adapter/issues"
},
"homepage": "https://github.com/nullindustries/null-authorization-adapter",
"dependencies": {
},
"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"
}
}