UNPKG

minimaldata-b4bcoin

Version:

A module to check b4bcoin policy: SCRIPT_VERIFY_MINIMALDATA

50 lines (49 loc) 1.13 kB
{ "name": "minimaldata-b4bcoin", "version": "1.0.3", "description": "A module to check b4bcoin policy: SCRIPT_VERIFY_MINIMALDATA", "keywords": [ "minimal", "push", "BIP62", "OP_0", "OP_1", "OP_PUSHDATA1", "OP_PUSHDATA2", "OP_PUSHDATA4", "malleability", "minimaldata", "bitcoinjs-lib", "bitcoin" ], "homepage": "https://github.com/B4Bcoin/minimaldata-b4bcoin", "bugs": { "url": "https://github.com/B4Bcoin/minimaldata-b4bcoin/issues" }, "license": "MIT", "author": "Ivo Nijenhuis", "files": [ "index.js" ], "main": "index.js", "repository": { "type": "git", "url": "https://github.com/B4Bcoin/minimaldata-b4bcoin.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": { "b4bcoin-ops": "^1.0.0", "pushdata-b4bcoin": "^1.0.1" } }