ghuc-private
Version:
Quickly setup a local, private HappyUC blockchain.
47 lines (46 loc) • 1.01 kB
JSON
{
"name": "ghuc-private",
"version": "1.0.4",
"description": "Quickly setup a local, private HappyUC blockchain.",
"main": "index.js",
"bin": {
"ghuc-private": "bin/ghuc-private"
},
"scripts": {
"test": "gulp test"
},
"author": "Ramesh Nair <ram@hiddentao.com>",
"license": "MIT",
"dependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"gulp": "^3.9.1",
"gulp-mocha": "^5.0.0",
"lodash": "^4.17.4",
"sinon": "^4.4.9",
"webu": "^1.0.5"
},
"bugs": {
"url": "https://github.com/happyuc-project/ghuc-private/issues"
},
"repository": {
"type": "git",
"url": "git+https://github.com/happyuc-project/ghuc-private.git"
},
"keywords": [
"happyuc",
"bitcoin",
"blockchain",
"crypto",
"currency",
"cryptocurrency",
"private",
"local",
"testing"
],
"homepage": "https://github.com/happyuc-project/ghuc-private#readme",
"directories": {
"test": "test"
},
"devDependencies": {}
}