electrum-client/package.json
you21979 4de2804357 mod
2017-07-10 19:17:35 +09:00

26 lines
541 B
JSON

{
"name": "electrum-client",
"version": "0.0.3",
"description": "Electrum protocol client for node.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
},
"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"
],
"author": "Yuki Akiyama",
"license": "MIT"
}