bc-bip68
Version:
A BIP68 relative lock-time encoding library.
42 lines (41 loc) • 825 B
JSON
{
"name": "bc-bip68",
"version": "1.0.5",
"description": "A BIP68 relative lock-time encoding library.",
"keywords": [
"bip68",
"htlc",
"csv",
"checksequenceverify",
"OP_CHECKSEQUENCEVERIFY",
"OP_CSV",
"bitcoin"
],
"homepage": "https://github.com/bitcoinjs/bip68",
"bugs": {
"url": "https://github.com/bitcoinjs/bip68/issues"
},
"license": "ISC",
"author": "Daniel Cousens",
"files": [
"index.js"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/bitcoinjs/bip68.git"
},
"scripts": {
"standard": "standard",
"test": "npm run standard && npm run unit",
"unit": "tape test/*.js"
},
"devDependencies": {
"nyc": "*",
"standard": "*",
"tape": "*"
},
"engines": {
"node": ">=4.5.0"
}
}