2017-02-24 22:59:05 +03:00
|
|
|
{
|
|
|
|
"name": "ethers-hdnode",
|
|
|
|
"version": "2.0.0",
|
|
|
|
"description": "HDNode",
|
|
|
|
"main": "index.js",
|
|
|
|
"dependencies": {
|
2017-02-27 08:04:03 +03:00
|
|
|
"ethers-utils": "2.0.0"
|
2017-02-24 22:59:05 +03:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
|
|
},
|
|
|
|
"author": "Richard Moore <me@ricmoo.com>",
|
|
|
|
"license": "MIT"
|
|
|
|
}
|