17 lines
415 B
JSON
17 lines
415 B
JSON
{
|
|
"name": "bitcracken-js-bip39",
|
|
"version": "1.0.0",
|
|
"description": "\"My favorite thing is to get things for STEALS\" --Daphne",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "Sparksammy",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"bip39": "^3.0.3",
|
|
"bitcoin-transaction": "^1.2.1",
|
|
"coinkey": "^3.0.0",
|
|
"hdkey": "^2.0.1"
|
|
}
|
|
}
|