btcbot
Version:
Programmable nodejs bitcoin bots
28 lines (27 loc) • 619 B
JSON
{
"name": "btcbot",
"version": "0.0.1",
"description": "Programmable nodejs bitcoin bots",
"main": "application.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/normanjoyner/node-btcbot.git"
},
"keywords": [
"bitcoin",
"bot",
"btc",
"trade",
"sell",
"buy"
],
"author": "Norman Joyner <norman.joyner@gmail.com>",
"license": "GPLv2",
"bugs": {
"url": "https://github.com/normanjoyner/node-btcbot/issues"
},
"homepage": "https://github.com/normanjoyner/node-btcbot"
}