19 lines
349 B
JSON
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"
|
|
}
|