You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
615 B

7 years ago
{
"name": "bip174",
"version": "0.0.1",
"description": "",
"main": "index.js",
"engines": {
"node": ">=4.0.0"
},
"scripts": {
"standard": "standard",
"test": "npm run standard && npm run unit",
"unit": "tape tests/*.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bitcoinjs/bip174.git"
},
"dependencies": {},
"devDependencies": {
"standard": "^10.0.3"
},
"author": "Daniel Cousens",
6 years ago
"license": "MIT",
7 years ago
"bugs": {
"url": "https://github.com/bitcoinjs/bip174/issues"
},
"homepage": "https://github.com/bitcoinjs/bip174#readme"
}