pushdata-tenzura
Version:
encode/decode value as tenzura OP_PUSHDATA integer
52 lines (51 loc) • 1.17 kB
JSON
{
"name": "pushdata-tenzura",
"version": "1.0.0",
"description": "encode/decode value as tenzura OP_PUSHDATA integer",
"keywords": [
"push",
"encode",
"decode",
"abstract-encoding",
"OP_0",
"OP_1",
"OP_PUSHDATA1",
"OP_PUSHDATA2",
"OP_PUSHDATA4",
"pushdata-tenzura",
"tenzura-lib",
"tenzura"
],
"homepage": "https://github.com/tenzura/pushdata-tenzura",
"bugs": {
"url": "https://github.com/tenzura/pushdata-tenzura/issues"
},
"license": "MIT",
"author": "MSFTserver",
"contributors": [
"Soosho"
],
"files": [
"index.js"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/tenzura/pushdata-tenzura.git"
},
"scripts": {
"prepare": "npm run test",
"coverage": "nyc --check-coverage --branches 100 --functions 100 tape test/*.js",
"lint": "standard --fix",
"test": "npm run lint && npm run unit",
"unit": "tape test/*.js"
},
"devDependencies": {
"nyc": "^13.1.0",
"standard": "*",
"tape": "^4.5.1"
},
"dependencies": {
"tenzura-ops": "^1.0.0"
}
}