-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.08 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
{
"name": "@suprith/node-acl",
"version": "0.5.16",
"description": "Updated version of node acl",
"keywords": [
"middleware",
"acl",
"web",
"fixed node acl mongoose deprecation",
"fixed mongodb version"
],
"repository": {
"type": "git",
"url": "git+https://github.com/suprith-s-reddy/node-acl.git"
},
"homepage": "https://github.com/suprith-s-reddy/node-acl",
"engines": {
"node": ">= 0.10"
},
"main": "./index.js",
"dependencies": {
"async": "^2.6.3",
"bluebird": "^3.7.2",
"lodash": "^4.17.20",
"mongodb": "^3.6.3",
"redis": "^2.8.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^6.2.3",
"nyc": "^15.1.0"
},
"scripts": {
"test": "mocha test/runner.js --reporter spec --timeout 15000",
"cover": "istanbul cover -- _mocha test/runner.js --reporter spec",
"coverage": "nyc npm run test"
},
"bugs": {
"url": "https://github.com/suprith-s-reddy/node-acl/issues"
},
"directories": {
"lib": "lib",
"test": "test"
},
"license": "ISC",
"author": "hello@suprithreddy.com"
}