{
  "name": "4front-cli",
  "version": "0.0.20",
  "description": "CLI interface for the 4front multi-tenant web hosting platform",
  "main": "bin/4front",
  "scripts": {
    "test": "mocha --reporter spec --bail --check-leaks test/",
    "test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter dot --check-leaks test/",
    "test-travis": "istanbul cover node_modules/mocha/bin/_mocha --report lcovonly -- --reporter spec --check-leaks test/"
  },
  "bin": {
    "4front": "bin/4front.js"
  },
  "preferGlobal": true,
  "keywords": [
    "cli",
    "4front"
  ],
  "author": "David Von Lehman <https://github.com/dvonlehman>",
  "licenses": [
    {
      "type": "Apache-2.0",
      "url": "http://www.apache.org/licenses/LICENSE-2.0.html"
    }
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/4front/cli"
  },
  "dependencies": {
    "accepts": "^1.2.12",
    "async": "^0.9.0",
    "body-parser": "^1.12.3",
    "chalk": "^1.0.0",
    "cli-table": "^0.3.1",
    "commander": "^2.7.1",
    "cors": "^2.5.3",
    "debug": "^2.1.3",
    "express": "^4.12.3",
    "glob": "^5.0.5",
    "inquirer": "^0.8.2",
    "jade": "^1.11.0",
    "lodash": "^3.6.0",
    "mime": "^1.3.4",
    "mkdirp": "^0.5.0",
    "moment": "^2.10.2",
    "ncp": "^2.0.0",
    "on-finished": "^2.2.0",
    "open": "0.0.5",
    "osenv": "^0.1.0",
    "printf": "^0.2.1",
    "request": "^2.55.0",
    "rimraf": "^2.3.2",
    "shortid": "^2.2.2",
    "simple-errors": "^1.0.1",
    "through2": "^0.6.5",
    "unzip2": "^0.2.5",
    "update-notifier": "^0.3.2",
    "url-join": "0.0.1"
  },
  "devDependencies": {
    "dash-assert": "^1.0.1",
    "eslint": "^1.3.1",
    "eslint-config-4front": "4front/eslint-config-4front",
    "istanbul": "^0.3.13",
    "mocha": "^2.2.4",
    "simple-bufferstream": "^1.0.0",
    "sinon": "^1.14.1",
    "supertest": "^0.15.0",
    "touch": "0.0.3"
  }
}
