{
  "name": "exec-command",
  "version": "0.1.3",
  "description": "Command execution for CLI Applicaitons.",
  "keywords": [
    "commander",
    "liftoff",
    "cli",
    "interface",
    "scaffold",
    "terminal",
    "exec"
  ],
  "bugs": {
    "url": "https://github.com/joelcoxokc/exec-command/issues"
  },
  "license": "MIT",
  "author": "JoelCox <joel.cox.dev@gmail.com> (http://joelcox.io/)",
  "main": "dist/index.js",
  "repository": {
    "type": "git",
    "url": "http://github.com/joelcoxokc/exec-command"
  },
  "dependencies": {
    "bluebird": "^2.9.25",
    "fs-utils": "^0.6.0",
    "github": "^0.2.4",
    "glob": "^5.0.3",
    "gulp-beautify": "^1.1.2",
    "gulp-template": "^3.0.0",
    "inquirer": "^0.8.2",
    "interpret": "^0.5.2",
    "liftoff": "^2.0.2",
    "lodash": "^3.8.0",
    "minimist": "^1.1.1",
    "mkdirp": "^0.5.1",
    "npm": "^2.9.1",
    "prettyjson": "^1.1.0",
    "vinyl-fs": "^1.0.0",
    "whacko": "^0.17.4"
  },
  "devDependencies": {
    "conventional-changelog": "0.0.17",
    "del": "^1.1.1",
    "gulp": "^3.8.11",
    "gulp-babel": "^5.1.0",
    "gulp-bump": "^0.3.0",
    "gulp-changed": "^1.2.1",
    "gulp-jshint": "^1.10.0",
    "gulp-plumber": "^1.0.0",
    "gulp-yuidoc": "^0.1.2",
    "injectr": "^0.5.1",
    "jasmine-node": "^2.0.0",
    "jshint-stylish": "^1.0.2",
    "karma": "^0.12.31",
    "object.assign": "^2.0.1",
    "require-dir": "^0.3.0",
    "run-sequence": "^1.1.0",
    "vinyl-paths": "^1.0.0",
    "yargs": "^3.9.0"
  },
  "homepage": "https://github.com/joelcoxokc/exec-command",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  }
}
