{
  "name": "btc-script",
  "version": "0.1.12",
  "description": "Script support for Bitcoin.",
  "keywords": [
    "crytography",
    "crypto",
    "bitcoin",
    "script",
    "currency"
  ],
  "devDependencies": {
    "mocha": "1.*",
    "terst": "0.0.1",
    "binstring": "~0.2.0",
    "underscore": "~1.6.0"
  },
  "repository": {
    "url": "http://github.com/cryptocoinjs/btc-script",
    "type": "git"
  },
  "main": "./lib/script.js",
  "dependencies": {
    "btc-opcode": "0.0.1",
    "btc-address": "~0.4.0",
    "crypto-hashing": "^0.3.1",
    "binstring": "~0.2.0",
    "bigi": "~0.2.0"
  }
}
