{
  "name": "adaptv4-cli",
  "version": "2.0.9",
  "description": "Command line tools for Adapt",
  "main": "./lib/cli.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "bower": "~1.8.0",
    "bower-endpoint-parser": "~0.2.2",
    "bower-logger": "^0.2.2",
    "chalk": "~1.1.3",
    "debug": "~2.3.0",
    "download": "~5.0.2",
    "grunt": "~1.0.1",
    "lodash": "~4.16.6",
    "mkdirp": "~0.5.1",
    "nodegit": "~0.16.0",
    "npm": "~3.10.9",
    "prompt": "~1.0.0",
    "q": "~1.4.1",
    "q-io": "~1.13.2",
    "request": "~2.79.0",
    "semver": "~5.3.0",
    "speakingurl": "~10.0.0",
    "url-join": "~1.1.0",
    "uuid": "~2.0.3"
  },
  "devDependencies": {
    "expect.js": "~0.3.1",
    "grunt-mocha-test": "~0.13.2",
    "matchdep": "~1.0.1",
    "mocha": "~3.1.2",
    "mockery": "~2.0.0",
    "rimraf": "~2.2.8",
    "sinon": "~1.17.6"
  },
  "scripts": {
    "test": "grunt test"
  },
  "author": "",
  "repository": "http://github.com/oliverfoster/adaptv4-cli",
  "license": "GPL-3.0",
  "preferGlobal": true,
  "bin": {
    "adaptv4": "./bin/adaptv4"
  }
}
