ramses-auth
Version:
RAMSES - Robust Access Model for Securing Exposed Services
38 lines (37 loc) • 791 B
JSON
{
"name": "ramses-auth",
"version": "1.2.3",
"description": "RAMSES - Robust Access Model for Securing Exposed Services",
"main": "index.js",
"scripts": {
"test": "mocha ./test/**/*.spec.js",
"coverage": "nyc --reporter=html mocha ./test/**/*.spec.js"
},
"repository": {
"type": "git",
"url": "git://github.com/KorbinianKuhn/ramses-auth.git"
},
"keywords": [
"ramses",
"authentication",
"authorization",
"jws",
"jwt",
"security",
"microservices",
"web",
"signatures"
],
"author": "Korbinian Kuhn",
"license": "MIT",
"readmeFilename": "README.md",
"dependencies": {
"jws": "^3.1.4",
"node-rsa": "^0.4.2",
"uuid": "^3.1.0"
},
"devDependencies": {
"mocha": "^3.5.3",
"nyc": "^11.2.1"
}
}