{
  "name": "cc-zos",
  "version": "2.1.3",
  "description": "Command-line interface for the ZeppelinOS smart contract platform",
  "main": "./lib/index.js",
  "private": false,
  "license": "MIT",
  "scripts": {
    "prepare": "rm -rf lib && babel src --out-dir lib",
    "test": "./scripts/test.sh",
    "gen-docs": "babel-node docs/bin/docs.js",
    "watch": "babel src -w -d lib"
  },
  "bin": {
    "zos": "./lib/bin/zos-cli.js"
  },
  "files": [
    "lib"
  ],
  "keywords": [
    "zos",
    "zeppelinos",
    "cli"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/zeppelinos/zos.git"
  },
  "bugs": {
    "url": "https://github.com/zeppelinos/zos/issues"
  },
  "homepage": "https://github.com/zeppelinos/zos/tree/master/packages/cli#readme",
  "dependencies": {
    "axios": "^0.18.0",
    "cc-zos-lib": "^2.1.2",
    "chalk": "^2.4.1",
    "cheerio": "^1.0.0-rc.2",
    "commander": "^2.15.1",
    "lockfile": "^1.0.4",
    "lodash": "^4.17.5",
    "npm-programmatic": "0.0.10",
    "semver": "^5.5.0",
    "sinon": "^6.1.4",
    "truffle": "^4.1.13",
    "truffle-config": "^1.0.6",
    "truffle-core": "^4.1.13",
    "truffle-workflow-compile": "^1.0.6",
    "web3-provider-engine": "14.0.6"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "babel-plugin-transform-object-rest-spread": "^6.26.0",
    "babel-polyfill": "^6.26.0",
    "babel-preset-env": "^1.7.0",
    "babel-preset-react": "^6.24.1",
    "babel-register": "^6.26.0",
    "chai": "^4.1.2",
    "chai-as-promised": "^7.1.1",
    "chai-bignumber": "^2.0.2",
    "mock-stdlib": "file:./test/mocks/mock-stdlib",
    "mock-stdlib-2": "file:./test/mocks/mock-stdlib-2",
    "mock-stdlib-invalid": "file:./test/mocks/mock-stdlib-invalid",
    "mock-stdlib-undeployed": "file:./test/mocks/mock-stdlib-undeployed",
    "mock-stdlib-undeployed-2": "file:./test/mocks/mock-stdlib-undeployed-2",
    "mock-stdlib-unsupported": "file:./test/mocks/mock-stdlib-unsupported",
    "react": "^16.3.2",
    "react-dom": "^16.3.2",
    "sinon": "^6.1.4",
    "sinon-chai": "^3.2.0"
  },
  "gitHead": "bf284a133a4729f8ee336df2bc9d3d1b787b5624"
}
