passwordless-tokenstore
Version:
Abstract class of a TokenStore for Passwordless
27 lines (26 loc) • 756 B
JSON
{
"name": "passwordless-tokenstore",
"version": "0.0.10",
"description": "Abstract class of a TokenStore for Passwordless",
"main": "index.js",
"author": "Florian Heinemann <florian.heinemann@gmail.com> (http://twitter.com/thesumofall)",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/florianheinemann/passwordless-tokenstore.git"
},
"bugs": {
"url": "https://github.com/florianheinemann/passwordless-tokenstore/issues"
},
"homepage": "https://github.com/florianheinemann/passwordless-tokenstore",
"keywords": [
"passwordless",
"nopassword",
"no-password",
"password-less",
"tokenstore"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
}
}