bip21-smart
Version:
A BIP21 compatible URL encoding utility library
36 lines (35 loc) • 865 B
JSON
{
"name": "bip21-smart",
"version": "0.0.1",
"description": "A BIP21 compatible URL encoding utility library",
"author": "SmartCash Developers",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/SmartCash/bip21.git"
},
"bugs": {
"url": "https://github.com/SmartCash/bip21/issues"
},
"homepage": "https://github.com/SmartCash/bip21",
"keywords": [
"bip21",
"smartcash"
],
"main": "./index.js",
"scripts": {
"coverage-report": "nyc report --reporter=lcov",
"coverage": "nyc --check-coverage --branches 90 --functions 90 npm run unit",
"standard": "standard",
"test": "npm run standard && npm run coverage",
"unit": "tape test/*.js"
},
"dependencies": {
"qs": "^6.3.0"
},
"devDependencies": {
"nyc": "^6.4.0",
"standard": "*",
"tape": "^4.9.0"
}
}