predix-acs-client
Version:
Node module to check authorization for an action with ACS protecting REST endpoints. This library does not provide ACS administration functionality.
33 lines (32 loc) • 857 B
JSON
{
"name": "predix-acs-client",
"version": "1.4.3",
"description": "Node module to check authorization for an action with ACS protecting REST endpoints. This library does not provide ACS administration functionality.",
"main": "index.js",
"scripts": {
"test": "mocha -R spec test/acs.spec",
"coverage": "istanbul cover _mocha -- -R spec test/acs.spec"
},
"repository": {
"type": "git",
"url": "https://github.com/PredixDev/predix-acs-client.git"
},
"keywords": [
"predix",
"acs",
"client"
],
"author": "Ben Sykes <ben.sykes@ge.com>",
"license": "SEE LICENSE IN LICENSE.md",
"devDependencies": {
"chai": "^3.5.0",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"sinon": "^1.17.7"
},
"dependencies": {
"debug": "^2.6.9",
"predix-uaa-client": "^1.3.5",
"request": "^2.85.0"
}
}