coloredcoinsd-wraper
Version:
coloredcoinsd api wraper
53 lines (52 loc) • 1.13 kB
JSON
{
"name": "coloredcoinsd-wraper",
"version": "0.5.0",
"description": "coloredcoinsd api wraper",
"main": "coloredcoinsd.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "mocha",
"coverage": "istanbul cover _mocha -- -R spec",
"coveralls": "cat ./coverage/lcov.info | coveralls"
},
"repository": {
"type": "git",
"url": "https://github.com/Colu-platform/coloredcoinsd-wraper.git"
},
"keywords": [
"colored",
"coins",
"bitcoin",
"colu"
],
"contributors": [
{
"name": "Eliran Zach",
"email": "thehobbit85@gmail.com"
},
{
"name": "bejavu",
"email": "tal@colu.com"
},
{
"name": "oleiba",
"email": "oleiba@colu.com"
}
],
"license": "https://www.colu.co/TOS",
"bugs": {
"url": "https://github.com/Colu-platform/coloredcoinsd-wraper/issues"
},
"homepage": "https://github.com/Colu-platform/coloredcoinsd-wraper",
"dependencies": {
"async": "^1.4.0",
"bitcoinjs-lib": "~1.5.8",
"request": "2.69.0"
},
"devDependencies": {
"chai": "^3.0.0",
"mocha": "^2.2.4"
}
}