UNPKG

toshi

Version:

node.js wrapper for the toshi bitcoin node

26 lines (25 loc) 540 B
{ "name": "toshi", "version": "0.0.7", "description": "node.js wrapper for the toshi bitcoin node", "main": "lib/toshi.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "prepublish": "coffee --output lib --compile src" }, "keywords": [ "bitcoin", "toshi", "coinbase", "litecoin" ], "author": "Gabriel Ferrin", "license": "ISC", "dependencies": { "request": "^2.51.0" }, "repository": { "type": "git", "url": "git://github.com/Harborly/toshi_node" } }