2014-03-10 02:49:53 +00:00
|
|
|
{
|
|
|
|
"name": "bip39",
|
2014-03-14 04:32:04 +00:00
|
|
|
"version": "1.0.0",
|
2014-03-10 02:49:53 +00:00
|
|
|
"description": "Bitcoin BIP39: Mnemonic code for generating deterministic keys",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
2014-03-10 02:57:46 +00:00
|
|
|
"test": "mocha --reporter list test/*.js"
|
2014-03-10 02:49:53 +00:00
|
|
|
},
|
|
|
|
"author": "Wei Lu",
|
2014-03-10 02:59:14 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/weilu/bip39.git"
|
|
|
|
},
|
2014-03-10 02:49:53 +00:00
|
|
|
"license": "ISC",
|
|
|
|
"dependencies": {
|
|
|
|
"crypto-js": "^3.1.2-2"
|
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"mocha": "^1.17.1"
|
|
|
|
}
|
|
|
|
}
|