alterdotd-rpc
Version:
Alterdot Client Library to connect to Alterdot (alterdotd) via RPC
64 lines (63 loc) • 1.37 kB
JSON
{
"name": "alterdotd-rpc",
"description": "Alterdot Client Library to connect to Alterdot (alterdotd) via RPC",
"version": "1.0.1",
"contributors": [
{
"name": "Stephen Pair",
"email": "stephen@bitpay.com"
},
{
"name": "Jeff Garzik",
"email": "jgarzik@bitpay.com"
},
{
"name": "Manuel Araoz",
"email": "manuelaraoz@gmail.com"
},
{
"name": "Matias Alejo Garcia",
"email": "ematiu@gmail.com"
},
{
"name": "Braydon Fuller",
"email": "braydon@bitpay.com"
},
{
"name": "Alex Werner",
"email": "alex.werner@dash.org"
}
],
"keywords": [
"adot",
"alterdot",
"rpc"
],
"repository": {
"type": "git",
"url": "https://github.com/Alterdot/alterdotd-rpc"
},
"license": "MIT",
"main": "lib/index.js",
"scripts": {
"test": "mocha test -R spec",
"coverage": "nyc npm run test"
},
"dependencies": {
"async": "^3.2.0",
"bluebird": "^3.7.2"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^7.15.0",
"eslint-config-airbnb-base": "^14.2.1",
"eslint-plugin-import": "^2.22.1",
"nyc": "15.1.0",
"mocha": "^8.2.1",
"sinon": "^9.2.2"
},
"bugs": {
"url": "https://github.com/Alterdot/alterdotd-rpc/issues"
},
"homepage": "https://github.com/Alterdot/alterdotd-rpc"
}