electrum-client/package.json
2017-07-10 17:27:21 +09:00

19 lines
349 B
JSON

{
"name": "electrum-client",
"version": "0.0.2",
"description": "Electrum protocol client for node.js",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
},
"keywords": [
"client",
"electrum",
"bitcoin"
],
"author": "Yuki Akiyama",
"license": "MIT"
}