{
  "name": "gobble-cli",
  "description": "Command line interface for gobble",
  "version": "0.8.0",
  "author": "Rich Harris",
  "license": "MIT",
  "repository": "https://github.com/gobblejs/gobble-cli",
  "bin": {
    "gobble": "lib/index.js"
  },
  "dependencies": {
    "ansi-regex": "^2.0.0",
    "chalk": "^1.1.0",
    "chokidar": "^1.0.3",
    "cli-spinner": "~0.2.1",
    "findup-sync": "^0.4.0",
    "graceful-fs": "^4.1.2",
    "interpret": "^1.0.0",
    "liftoff": "^2.1.0",
    "minimist": "^1.1.1",
    "prompt": "^1.0.0",
    "semver": "^5.1.0",
    "sorcery": "^0.10.0",
    "stevedore": "~0.1.4",
    "v8flags": "^2.0.9"
  },
  "files": [
    "lib"
  ],
  "keywords": [
    "gobble"
  ]
}
