UNPKG

minimaldata-tenzura

Version:

A module to check tenzura policy: SCRIPT_VERIFY_MINIMALDATA

53 lines (52 loc) 1.22 kB
{ "name": "minimaldata-tenzura", "version": "1.0.0", "description": "A module to check tenzura policy: SCRIPT_VERIFY_MINIMALDATA", "keywords": [ "minimal", "push", "BIP62", "OP_0", "OP_1", "OP_PUSHDATA1", "OP_PUSHDATA2", "OP_PUSHDATA4", "malleability", "minimaldata", "tenzurajs-lib", "tenzura" ], "homepage": "https://github.com/tenzura/minimaldata-tenzura", "bugs": { "url": "https://github.com/tenzura/minimaldata-tenzura/issues" }, "license": "MIT", "author": "MSFTserver", "contributors": [ "Soosho" ], "files": [ "index.js" ], "main": "index.js", "repository": { "type": "git", "url": "https://github.com/tenzura/minimaldata-tenzura.git" }, "scripts": { "prepublish": "npm run test", "coverage": "nyc --check-coverage --branches 100 --functions 100 tape test/*.js", "lint": "standard", "test": "npm run lint && npm run unit", "unit": "tape test/*.js" }, "devDependencies": { "nyc": "^6.4.0", "standard": "*", "tape": "^4.5.1" }, "dependencies": { "tenzura-ops": "^1.0.0", "pushdata-tenzura": "^1.0.0" } }