31 lines
635 B
JSON
31 lines
635 B
JSON
{
|
|
"name": "electrum-client",
|
|
"version": "0.0.7",
|
|
"description": "Electrum protocol client for node.js",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"electrum-host-parse": "*"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/you21979/node-electrum-client.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/you21979/node-electrum-client/issues"
|
|
},
|
|
"keywords": [
|
|
"client",
|
|
"electrum",
|
|
"bitcoin"
|
|
],
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"author": "Yuki Akiyama",
|
|
"license": "MIT"
|
|
}
|