passport-hd-auth/package.json
2019-11-23 22:52:53 +02:00

17 lines
414 B
JSON

{
"name": "passport-hd-auth",
"version": "0.0.1",
"description": "Proof of concept for the hierarchically deterministic asymetric cryptographic key passport strategy.",
"main": "./lib",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "MIT",
"dependencies": {
"bip32": "^2.0.4",
"passport-strategy": "^1.0.0",
"util": "^0.12.1"
}
}