easy-bitcoin-js
Version:
A simple module with basic Bitcoin operations using bitcoinjs-lib and Blockchain.info API.
38 lines (37 loc) • 878 B
JSON
{
"name": "easy-bitcoin-js",
"version": "0.2.2",
"description": "A simple module with basic Bitcoin operations using bitcoinjs-lib and Blockchain.info API.",
"main": "index.js",
"scripts": {
"test": "mocha tests/main-tests.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ggondim/easy-bitcoin-js"
},
"keywords": [
"Bitcoin",
"bitcoinjs",
"bitcoinjs-lib",
"Blockchain",
"Blockchain.info",
"BTC",
"WIF"
],
"author": "Gustavo Gondim (https://github.com/ggondim)",
"license": " AGPL-3.0",
"bugs": {
"url": "https://github.com/ggondim/easy-bitcoin-js/issues"
},
"homepage": "https://github.com/ggondim/easy-bitcoin-js",
"dependencies": {
"bitcoinjs-lib": "^2.2.0",
"q": "^1.4.1",
"request": "^2.70.0"
},
"devDependencies": {
"chai": "^3.5.0",
"mocha": "^2.4.5"
}
}