forked from djimenezjerez/acl-restify
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
59 lines (59 loc) · 1.28 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
53
54
55
56
57
58
59
{
"author": {
"name": "Daniel Jimenez Jerez",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/djimenezjerez/acl-restify/issues"
},
"bundleDependencies": false,
"dependencies": {
"express-unless": "0.3.0",
"js-yaml": "3.6.0",
"lodash": "4.11.2",
"npmlog": "2.0.3"
},
"deprecated": false,
"description": "Restify ACL middleware",
"devDependencies": {
"chai": "3.5.0",
"chai-spies": "0.7.1",
"codacy-coverage": "1.1.3",
"coveralls": "2.11.9",
"gulp": "3.9.1",
"gulp-istanbul": "0.10.4",
"gulp-jshint": "2.0.1",
"gulp-load-plugins": "1.2.2",
"gulp-mocha": "2.2.0",
"istanbul": "0.4.3",
"jshint": "2.9.2",
"jshint-stylish": "2.2.0",
"mocha": "2.4.5",
"node-mocks-http": "1.5.2"
},
"homepage": "https://github.com/djimenezjerez/acl-restify#readme",
"keywords": [
"acl",
"restify",
"access",
"control",
"list",
"access",
"control",
"api",
"authorisation",
"authorization",
"restify0acl"
],
"license": "MIT",
"main": "index.js",
"name": "acl-restify",
"repository": {
"type": "git",
"url": "git+https://github.com/djimenezjerez/acl-restify.git"
},
"scripts": {
"test": "gulp test"
},
"version": "0.0.3"
}