grpc-acl
Version:
GRPC ACL microservice
48 lines (47 loc) • 1.17 kB
JSON
{
"name": "grpc-acl",
"version": "0.0.5",
"description": "GRPC ACL microservice",
"main": "index.js",
"scripts": {
"test": "istanbul cover jasmine",
"posttest": "npm run lint && nsp check && istanbul check-coverage",
"lint": "eslint .",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
},
"repository": {
"type": "git",
"url": "git+https://github.com/devsu/grpc-acl.git"
},
"keywords": [
"condor",
"middleware",
"authorization",
"grpc",
"acl"
],
"author": "Cesar Salazar @ Devsu",
"license": "MIT",
"bugs": {
"url": "https://github.com/devsu/grpc-acl/issues"
},
"homepage": "https://github.com/devsu/grpc-acl#readme",
"devDependencies": {
"acl": "^0.4.10",
"condor-framework": "^1.4.0",
"coveralls": "^2.13.1",
"eslint": "^3.19.0",
"eslint-config-devsu-node": "0.0.3",
"grpc-caller": "^0.1.2",
"istanbul": "^0.4.5",
"jasmine": "^2.5.3",
"jasmine-spy": "0.0.2",
"nsp": "^2.6.3",
"proxyquire": "^1.7.11"
},
"dependencies": {},
"peerDependencies": {
"condor-framework": ">= 1.5.1 < 2",
"acl": ">= 0.4.10 < 1"
}
}