@hydrogenplatform/raindrop
Version:
Convenience functions to integrate Raindrop authentication into your project.
39 lines (38 loc) • 1 kB
JSON
{
"name": "@hydrogenplatform/raindrop",
"version": "0.2.7",
"description": "Convenience functions to integrate Raindrop authentication into your project.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"raindrop",
"authentication",
"web3",
"ethereum",
"blockchain",
"fintech",
"two-factor",
"2FA"
],
"repository": {
"type": "git",
"url": "https://github.com/hydrogen-dev/raindrop-sdk-js"
},
"author": "Noah Zinsmeister <noah@hydrogenplatform.com> (https://www.hydrogenplatform.com/hydro)",
"license": "MIT",
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-standard": "^11.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^6.0.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0"
},
"dependencies": {
"create-error": "^0.3.1",
"request": "^2.87.0",
"request-promise-native": "^1.0.5"
}
}