passport-hd-auth/package.json

21 lines
529 B
JSON
Raw Permalink Normal View History

2019-11-23 22:52:53 +02:00
{
"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"
},
2019-11-23 23:49:53 +02:00
"repository": {
"type": "git",
"url": "https://code.sigidli.com/hd-auth/passport-hd-auth.git"
},
"author": "kngako",
2019-11-23 22:52:53 +02:00
"license": "MIT",
"dependencies": {
"bip32": "^2.0.4",
"passport-strategy": "^1.0.0",
"util": "^0.12.1"
}
}