{
  "name": "bip65",
  "version": "1.0.3",
  "description": "A BIP65 absolute lock-time encoding library.",
  "keywords": [
    "bip65",
    "cltv",
    "OP_HODL",
    "OP_CHECKLOCKTIMEVERIFY",
    "OP_CLTV",
    "bitcoin"
  ],
  "homepage": "https://github.com/bitcoinjs/bip65",
  "bugs": {
    "url": "https://github.com/bitcoinjs/bip65/issues"
  },
  "license": "ISC",
  "author": "Daniel Cousens",
  "files": [
    "index.js"
  ],
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/bitcoinjs/bip65.git"
  },
  "scripts": {
    "standard": "standard",
    "test": "npm run standard && npm run unit",
    "unit": "tape test/*.js"
  },
  "devDependencies": {
    "nyc": "*",
    "standard": "*",
    "tape": "*"
  },
  "engines": {
    "node": ">=4.5.0"
  }
}
