{
  "name": "htmlcoinjs-lib",
  "version": "0.1.15",
  "description": "An extend lib for bitcoinjs-lib, it supports two new network of althash and althash-testnet, and it can generate contract creating and sending transactions",
  "main": "src/index.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/htmlcoin/htmlcoinjs-lib.git"
  },
  "keywords": [
    "htmlcoin",
    "htmlcoinjs",
    "althash",
    "althashjs",
    "smart contract"
  ],
  "author": "Qtum Weiyu",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/htmlcoin/htmlcoinjs-lib/issues"
  },
  "homepage": "https://github.com/htmlcoin/htmlcoinjs-lib#readme",
  "devDependencies": {},
  "dependencies": {
    "bignumber.js": "^8.1.1",
    "bitcoinjs-lib": "https://github.com/HTMLCOIN/bitcoinjs-lib.git",
    "htmlcoin-opcodes": "^1.0.0",
    "safe-buffer": "^5.1.1"
  }
}
