@argha0277/rest-api-auth
Version:
REST API authorization key generator and validator
34 lines (33 loc) • 732 B
JSON
{
"name": "@argha0277/rest-api-auth",
"version": "1.0.3",
"description": "REST API authorization key generator and validator",
"main": "index.js",
"scripts": {
"test": "node test"
},
"repository": {
"type": "git",
"url": "https://github.com/argha0977/rest-api-auth"
},
"author": "Argha Dey Sarkar",
"license": "MIT",
"keywords": [
"npm",
"node",
"rest",
"api",
"authorization",
"auth",
"key"
],
"bugs": {
"url": "https://github.com/argha0977/rest-api-auth/issues"
},
"homepage": "https://github.com/argha0977/rest-api-auth#readme",
"dependencies": {
"@argha0277/otp-generator": "^1.0.2",
"fs": "0.0.1-security",
"nodejs-base64": "^1.0.3"
}
}