21 lines
529 B
JSON
21 lines
529 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"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://code.sigidli.com/hd-auth/passport-hd-auth.git"
|
|
},
|
|
"author": "kngako",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bip32": "^2.0.4",
|
|
"passport-strategy": "^1.0.0",
|
|
"util": "^0.12.1"
|
|
}
|
|
}
|