mirror of
https://github.com/alexgo-io/electrum-client.git
synced 2026-01-12 22:43:15 +08:00
33 lines
702 B
JSON
33 lines
702 B
JSON
{
|
|
"name": "electrum-client",
|
|
"version": "1.1.2",
|
|
"description": "Electrum protocol client for React Native & Node.js",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/BlueWallet/rn-electrum-client.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/BlueWallet/rn-electrum-client/issues"
|
|
},
|
|
"keywords": [
|
|
"client",
|
|
"electrum",
|
|
"bitcoin"
|
|
],
|
|
"engines": {
|
|
"node": ">=6"
|
|
},
|
|
"contributors": [
|
|
{ "name": "Yuki Akiyama" },
|
|
{ "name": "7kharov" },
|
|
{ "name": "overtorment" }
|
|
],
|
|
"license": "MIT"
|
|
}
|