UNPKG

bitcoin-api-light

Version:

bitcoin-api-light is a bitcoin light-client nodejs module using Blockchain.info and Blockcyphers API to do three simple calls a minimal bitcoin wallet application needs to work

39 lines (38 loc) 1.06 kB
{ "name": "bitcoin-api-light", "version": "1.6.0", "description": "bitcoin-api-light is a bitcoin light-client nodejs module using Blockchain.info and Blockcyphers API to do three simple calls a minimal bitcoin wallet application needs to work", "main": "dist/bitcoin-api-light.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "compile": "babel lib -d dist", "prepublish": "npm run compile" }, "repository": { "type": "git", "url": "git+https://github.com/makevoid/bitcoin-api-light.git" }, "keywords": [ "bitcoin", "blockchain.info", "blockchain", "blockcypher", "api", "promises", "nodejs", "browser" ], "author": "Francesco 'makevoid' Canessa", "license": "Unlicense", "bugs": { "url": "https://github.com/makevoid/bitcoin-api-light/issues" }, "homepage": "https://github.com/makevoid/bitcoin-api-light#readme", "dependencies": { "axios": "^0.11.0" }, "devDependencies": { "babel-cli": "^6.7.7", "babel-preset-es2015": "^6.6.0" } }