predix-fast-token
Version:
Node module to verify UAA tokens used when protecting REST endpoints
38 lines (37 loc) • 892 B
JSON
{
"name": "predix-fast-token",
"version": "1.3.1",
"description": "Node module to verify UAA tokens used when protecting REST endpoints",
"main": "index.js",
"scripts": {
"test": "mocha -R spec test/token.spec",
"coverage": "istanbul cover _mocha -- -R spec test/token.spec"
},
"repository": {
"type": "git",
"url": "https://github.com/PredixDev/predix-fast-token.git"
},
"keywords": [
"predix",
"uaa",
"node",
"fast",
"token"
],
"author": "Ben Sykes <ben.sykes@ge.com>",
"license": "SEE LICENSE IN LICENSE.md",
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"istanbul": "^0.4.3",
"mocha": "^5.2.0",
"sinon": "^2.4.1"
},
"dependencies": {
"debug": "^2.6.9",
"jsonwebtoken": "^8.2.2",
"node-cache": "^4.2.0",
"request": "^2.87.0",
"request-promise": "^4.2.2"
}
}