forked from nyambati/express-acl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 950 Bytes
/
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
{
"name": "express-acl",
"version": "2.0.5",
"description": "Access control list manager for Expressjs",
"main": "./lib",
"directories": {
"test": "tests"
},
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "https://github.com/nyambati/express-acl/"
},
"keywords": [
"express-acl",
"Acl",
"node-acl",
"Access control list",
"Expressjs"
],
"author": "Nyambati Thomas <thomasnyambati@gmail.com>",
"license": "MIT",
"dependencies": {
"express-unless": "^0.3.0",
"js-yaml": "^3.6.0",
"object-path": "^0.11.4"
},
"devDependencies": {
"chai": "^3.5.0",
"codacy-coverage": "^3.0.0",
"coveralls": "^3.0.2",
"gulp": "^4.0.0",
"gulp-eslint": "^4.0.2",
"gulp-istanbul": "^1.1.3",
"gulp-load-plugins": "^1.5.0",
"gulp-mocha": "^6.0.0",
"istanbul": "^0.4.3",
"mocha": "^5.2.0",
"node-mocks-http": "^1.7.0"
}
}