{
  "name": "circle-cli-util",
  "version": "1.2.0",
  "description": "Set of helpful CLI utilities",
  "main": "index.js",
  "repository": "circleci/circle-cli-util",
  "author": "Mark Pundsack (@markpundsack)",
  "license": "ISC",
  "bugs": {
    "url": "https://github.com/circleci/circle-cli-util/issues"
  },
  "homepage": "https://github.com/circleci/circle-cli-util",
  "scripts": {
    "test": "jshint . && MOCHA_FILE=${CIRCLE_TEST_REPORTS:-.}/test-results.xml mocha --reporter mocha-circleci-reporter test/*.js",
    "doc": "jsdoc lib"
  },
  "devDependencies": {
    "chai": "^3.4.1",
    "jsdoc": "*",
    "jshint": "*",
    "mocha": "^2.3.4",
    "mocha-circleci-reporter": "0.0.1",
    "nock": "^5.2.1"
  },
  "dependencies": {
    "chalk": "1.1.1",
    "co": "4.6.0",
    "lodash": "3.10.1"
  }
}
