esc-client-binaries
Version:
Download ESC client binaries for your OS
54 lines (53 loc) • 1.4 kB
JSON
{
"name": "esc-client-binaries",
"version": "0.1.0",
"description": "Download ESC 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/ethersocial/esc-client-binaries.git"
},
"keywords": [
"esc",
"blockchain",
"client",
"gesc",
"parity",
"ethereumj",
"ethereumjs",
"pyethereum"
],
"author": "Ramesh Nair <ram@hiddentao.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ethersocial/esc-client-binaries/issues"
},
"homepage": "https://github.com/ethersocial/esc-client-binaries#readme",
"dependencies": {
"buffered-spawn": "^3.3.2",
"got": "^6.5.0",
"lodash.get": "^4.4.2",
"lodash.isempty": "^4.4.0",
"lodash.values": "^4.3.0",
"mkdirp": "^0.5.1",
"tmp": "0.0.29",
"node-unzip-2": "^0.2.1"
},
"devDependencies": {
"bluebird": "^3.4.6",
"chai": "^3.5.0",
"co-mocha": "^1.1.3",
"genomatic": "^1.0.0",
"istanbul": "^0.4.5",
"live-server": "^1.1.0",
"lodash.frompairs": "^4.0.1",
"md5-file": "^3.1.1",
"mocha": "^3.0.2",
"sinon": "^1.17.6",
"sinon-chai": "^2.8.0"
}
}