{
  "name": "cmdu-cli",
  "version": "1.1.4",
  "description": "CLI tool for using cmdu to create a new command line app.",
  "bin": {
    "cmdu": "./bin/index.js"
  },
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "keywords": [
    "command",
    "cli"
  ],
  "repository": {
    "type": "git",
    "url": "git+ssh://git@github.com/Spikef/cmdu-cli.git"
  },
  "bugs": {
    "url": "https://github.com/Spikef/cmdu-cli/issues"
  },
  "homepage": "https://github.com/Spikef/cmdu-cli#readme",
  "engines": {
    "node": ">= 4.0"
  },
  "author": "Spikef",
  "license": "MIT",
  "dependencies": {
    "chalk": "^1.1.3",
    "cmdu": "^1.1.4",
    "inquirer": "^1.0.3",
    "os-locale": "^2.0.0"
  }
}
