happyuc-client-binaries
Version:
Download Happyuc client binaries for your OS
57 lines (56 loc) • 1.51 kB
JSON
{
"name": "happyuc-client-binaries",
"version": "1.0.7",
"description": "Download Happyuc client binaries for your OS",
"main": "src/index.js",
"scripts": {
"test": "mocha --timeout 180000 --ui exports --reporter spec test/*.test.js",
"test-coverage": "istanbul cover _mocha -- --timeout 180000 --ui exports --reporter spec test/*.test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/happyuc-project/happyuc-client-binaries.git"
},
"keywords": [
"happyuc",
"blockchain",
"client",
"ghuc",
"parity",
"happyucj",
"happyucjs",
"pyhappyuc"
],
"author": "Ramesh Nair <ram@hiddentao.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/happyuc-project/happyuc-client-binaries/issues"
},
"homepage": "https://github.com/happyuc-project/happyuc-client-binaries#readme",
"dependencies": {
"buffered-spawn": "^3.3.2",
"got": "^8.3.0",
"lodash.get": "^4.4.2",
"lodash.isempty": "^4.4.0",
"lodash.values": "^4.3.0",
"mkdirp": "^0.5.1",
"node-unzip-2": "^0.2.7",
"crypto": "^1.0.1",
"path": "^0.12.7",
"fs": "^0.0.1-security",
"tmp": "^0.0.33"
},
"devDependencies": {
"bluebird": "^3.5.1",
"chai": "^4.1.2",
"co-mocha": "^1.2.2",
"genomatic": "^1.0.0",
"istanbul": "^0.4.5",
"live-server": "^1.2.0",
"lodash.frompairs": "^4.0.1",
"md5-file": "^3.2.3",
"mocha": "^5.0.5",
"sinon": "^4.4.9",
"sinon-chai": "^3.0.0"
}
}