{
  "author": "Yuki Akiyama",
  "name": "bitcoin-util-fee",
  "version": "0.0.6",
  "private": false,
  "dependencies": {
  },
  "readmeFilename": "README.md",
  "description": "utility of bitcoin transaction size calculate",
  "main": "index.js",
  "devDependencies": {
    "mocha" : "",
    "istanbul":"",
    "coveralls":"",
    "bitcoinfees-21co" : "0.0.x"
  },
  "scripts": {
    "test": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha",
    "coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/you21979/node-bitcoin-fee-util.git"
  },
  "keywords": [
    "bitcoin",
    "transaction",
    "fees"
  ],
  "bugs": {
    "url": "https://github.com/you21979/node-bitcoin-fee-util/issues"
  },
  "license": "MIT"
}
