{
  "name": "kyt-cli",
  "version": "0.2.1",
  "description": "CLI for setting up kyt projects.",
  "main": "index.js",
  "bin": {
    "kyt-cli": "index.js"
  },
  "author": "NYTimes",
  "license": "Apache-2.0",
  "repository": "git+https://github.com/nytimes/kyt/packages/kyt-cli",
  "bugs": "https://github.com/nytimes/kyt/issues",
  "homepage": "https://github.com/nytimes/kyt#readme",
  "dependencies": {
    "commander": "2.9.0",
    "inquirer": "1.2.3",
    "kyt-utils": "0.1.0",
    "lodash.uniq": "4.5.0",
    "semver": "5.3.0",
    "shelljs": "0.7.8",
    "simple-git": "1.62.0"
  },
  "keywords": ["kyt", "cli", "kyt-cli"]
}
