@owstack/ows-common
Version:
Common utilities for OWS nodes.
32 lines (31 loc) • 627 B
JSON
{
"name": "@owstack/ows-common",
"version": "0.1.0",
"description": "Common utilities for OWS nodes.",
"main": "index.js",
"scripts": {
"lint": "gulp lint",
"test": "gulp test",
"coverage": "gulp coverage",
"build": "gulp"
},
"keywords": [
"ows",
"utilities"
],
"repository": {
"type": "git",
"url": "https://github.com/owstack/ows-common.git"
},
"dependencies": {
"bn.js": "=4.11.8",
"bs58": "=4.0.1",
"lodash": "^4.17.11",
"scryptsy": "=2.0.0"
},
"devDependencies": {
"@owstack/ows-build": "^0.1.5",
"chai": "^4.2.0"
},
"license": "MIT"
}