bitx-cli
Version:
Call the BitX API from the command line.
20 lines (19 loc) • 357 B
JSON
{
"name": "bitx-cli",
"version": "1.0.0",
"preferGlobal": true,
"author": "Brett Ausmeier <brett@ausmeier.co.za>",
"description": "Call the BitX API from the command line.",
"keywords": [
"bitcoin",
"bitx",
"api"
],
"bin": {
"bitx": "bin/bitx.js"
},
"dependencies": {
"bitx": "~1.1.0",
"optimist": "~0.6.0"
}
}