{
  "name": "qx-cli",
  "version": "0.1.40",
  "description": "The command line interface for qooxdoo developers (PLEASE SWITCH TO USING THE QXCOMPILER PROJECT)",
  "main": "index.js",
  "scripts": {
    "test": "cross-os test.os"
  },
  "cross-os": {
    "test.os": {
      "win32": "test\\test.win32.cmd",
      "linux": "test/test.linux.sh"
    }
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/qooxdoo/qx-cli.git"
  },
  "keywords": [
    "qooxdoo",
    "qooxdoo-contrib",
    "cli"
  ],
  "author": "Christian Boulanger, John Spackman and others",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/qooxdoo/qx-cli/issues"
  },
  "homepage": "https://github.com/qooxdoo/qx-cli#readme",
  "dependencies": {
    "app-module-path": "^2.2.0",
    "async": "^2.4.1",
    "chokidar": "^1.7.0",
    "download": "^6.0.0",
    "flat-cache": "^1.2.2",
    "gauge": "^2.7.4",
    "github-api": "^3.0.0",
    "glob": "^7.1.2",
    "inquirer": "^4.0.0",
    "json-to-ast": "https://github.com/johnspackman/json-to-ast.git#editable-json",
    "node-fetch": "^1.7.3",
    "qooxdoo-sdk": "^6.0.0-alpha",
    "qooxdoo": "^5.0.1",
    "qxcompiler": "^0.1.34",
    "rimraf": "^2.6.1",
    "semver": "^5.3.0",
    "upath": "^1.0.2",
    "yargs": "^8.0.1"
  },
  "devDependencies": {
    "cross-os": "^1.2.2"
  },
  "bin": {
    "qx": "qx"
  },
  "preferGlobal": "true"
}
