otp-cache
Version:
Additional one time password security, increase the security of your application, Easy to use and fast performance, the bundle size is quite small and light.
38 lines (37 loc) • 1 kB
JSON
{
"name": "otp-cache",
"version": "0.2.6",
"description": "Additional one time password security, increase the security of your application, Easy to use and fast performance, the bundle size is quite small and light.",
"main": "index.js",
"directories": {
"example": "example"
},
"dependencies": {
"json-crypto": "^1.0.5",
"node-cache": "^5.1.2"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"otp_example1": "nodemon example/example.js",
"otp_example2": "nodemon example/example2.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/handrawanw/otp-caches.git"
},
"keywords": [
"otp",
"one time password",
"node-otp",
"express-otp",
"simple-otp",
"otp-simple"
],
"author": "handrawan",
"license": "ISC",
"bugs": {
"url": "https://github.com/handrawanw/otp-caches/issues"
},
"homepage": "https://github.com/handrawanw/otp-caches#readme"
}