UNPKG

1.01 kBJSONView Raw
1{
2 "name": "@c8/rbac",
3 "version": "6.0.7",
4 "description": "Local and remote permission-based authorization.",
5 "main": "lib/index.js",
6 "engines": {
7 "node": "6.x.x"
8 },
9 "scripts": {
10 "coverage": "istanbul cover _mocha --print both && istanbul check-coverage",
11 "standard": "standard --verbose",
12 "test": "mocha"
13 },
14 "repository": {
15 "type": "git",
16 "url": "git+https://github.com/c8management/rbac.git"
17 },
18 "keywords": [
19 "rbac",
20 "authorization"
21 ],
22 "author": "C8 Management",
23 "license": "MIT",
24 "bugs": {
25 "url": "https://github.com/c8management/rbac/issues"
26 },
27 "homepage": "https://github.com/c8management/rbac#readme",
28 "devDependencies": {
29 "body-parser": "^1.15.0",
30 "code": "3.0.1",
31 "express": "^4.13.4",
32 "istanbul": "^0.4.3",
33 "mocha": "^2.4.5",
34 "nock": "^8.0.0",
35 "standard": "^7.1.2",
36 "supertest": "^1.2.0"
37 },
38 "dependencies": {
39 "boom": "^3.1.3",
40 "hoek": "^4.0.0",
41 "request-promise": "^3.0.0"
42 }
43}