@dashevo/dash-util
Version:
Utility functions for Dash hashes and targets
44 lines (43 loc) • 967 B
JSON
{
"name": "@dashevo/dash-util",
"version": "2.0.3",
"description": "Utility functions for Dash hashes and targets",
"main": "index.js",
"scripts": {
"test": "standard && nyc tape test/*.js | faucet && nyc report",
"test-browser": "./test/browser.sh"
},
"keywords": [
"dash",
"webcoin",
"util",
"utils",
"hash",
"hashes",
"target",
"blockchain",
"dashevo"
],
"author": "Matt Bell <mappum@gmail.com>",
"license": "MIT",
"dependencies": {
"bn.js": "^4.6.4",
"buffer-reverse": "^1.0.1"
},
"devDependencies": {
"faucet": "0.0.1",
"nyc": "^6.4.4",
"standard": "^7.0.0",
"tape": "^4.5.1",
"zuul": "^3.10.1",
"zuul-ngrok": "^4.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dashevo/dash-util.git"
},
"bugs": {
"url": "https://github.com/dashevo/dash-util/issues"
},
"homepage": "https://github.com/dashevo/dash-util#readme"
}