ethers.js/hdnode/package.json

15 lines
297 B
JSON
Raw Normal View History

{
"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"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Richard Moore <me@ricmoo.com>",
"license": "MIT"
}