{
  "name": "simple-cli",
  "version": "5.0.5",
  "description": "A simple wrapper for grunt implementations of command line APIs",
  "main": "lib/simple-cli.js",
  "scripts": {
    "test": "grunt",
    "travis": "grunt travis",
    "codeclimate": "codeclimate-test-reporter < coverage/lcov.info"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/tandrewnichols/simple-cli.git"
  },
  "keywords": [
    "easy",
    "simple",
    "cli",
    "api",
    "wrapper",
    "git",
    "npm"
  ],
  "author": {
    "name": "Andrew Nichols",
    "email": "tandrewnichols@gmail.com",
    "url": "http://www.tandrewnichols.me"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/tandrewnichols/simple-cli/issues"
  },
  "homepage": "https://github.com/tandrewnichols/simple-cli",
  "devDependencies": {
    "codeclimate-test-reporter": "^0.5.1",
    "eslint-codeframe-formatter": "^1.0.2",
    "fs-extra": "^8.1.0",
    "grunt": "^1.0.4",
    "grunt-cli": "^1.3.2",
    "grunt-contrib-clean": "^2.0.0",
    "grunt-contrib-watch": "^1.0.0",
    "grunt-eslint": "^22.0.0",
    "grunt-mocha-test": "^0.13.3",
    "grunt-open": "^0.2.4",
    "grunt-simple-istanbul": "^3.0.3",
    "grunt-travis-matrix": "^1.0.0",
    "mocha": "^6.2.0",
    "proxyquire": "^2.1.3",
    "should": "^13.2.3",
    "should-sinon": "0.0.6",
    "sinon": "^7.4.2"
  },
  "dependencies": {
    "async": "^3.1.0",
    "chalk": "^2.4.2",
    "cross-spawn": "^7.0.0",
    "key-list": "^0.1.4",
    "lodash": "^4.17.15",
    "opted": "^1.0.0"
  },
  "engine": {
    "node": ">=6"
  }
}
