bitxplus
Version:
A simple wrapper for the BitX API.
27 lines (26 loc) • 559 B
JSON
{
"name": "bitxplus",
"version": "1.5.1",
"author": "Brett Ausmeier <brett@ausmeier.co.za>",
"description": "A simple wrapper for the BitX API.",
"license": "MIT",
"keywords": [
"bitcoin",
"bitx",
"api"
],
"repository": {
"type": "git",
"url": "https://github.com/gamaroff/node-bitx.git"
},
"main": "./lib/BitX",
"scripts": {
"test": "lab -v -a must -t 100",
"cover": "lab -a must -o coverage.html -r html"
},
"devDependencies": {
"lab": "^5.18.1",
"must": "^0.12.0",
"sinon": "^1.14.1"
}
}