{
  "name": "hyperledger-fabric",
  "version": "1.0.7",
  "description": "Script to start fabric",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "hyperledger-fabric",
    "fabric",
    "docker"
  ],
  "author": "Monarth Sarvaiya",
  "license": "ISC",
  "dependencies": {
    "shelljs": "^0.8.3"
  },
  "bin": {
    "hyperledger-fabric": "./index.js"
  },
  "preferGlobal": true
}
