{
  "name": "qxcompiler",
  "description": "node.js based replacement for the Qooxdoo python toolchain",
  "author": "John Spackman <john.spackman@zenesis.com>",
  "version": "0.0.2",
  "keywords": "qooxdoo compiler",
  "homepage": "https://github.com/johnspackman/qxcompiler",
  "repository": {
    "type": "git",
    "url": "https://github.com/johnspackman/qxcompiler.git"
  },
  "license": "MIT",
  "dependencies": {
    "async": "^2.0.1",
    "babel-core": "^6.13.2",
    "babel-eslint": "^6.1.2",
    "babel-generator": "^6.11.4",
    "babel-plugin-uglify": "^1.0.2",
    "babel-preset-es2015": "^6.13.2",
    "babel-traverse": "^6.13.0",
    "babel-types": "^6.13.0",
    "babylon": "^6.9.0",
    "chokidar": "^1.6.0",
    "commander": "^2.9.0",
    "eslint": "^3.3.1",
    "graceful-fs": "^4.1.6",
    "mkdirp": "^0.5.1",
    "qooxdoo": "^5.0.1",
    "uglify-js": "^2.7.3",
    "walker": "^1.0.7",
    "xml2js": "^0.4.17"
  },
  "devDependencies": {
    "eslint-config-qx": "^0.0.4"
  },
  "engine": "node >= 0.10.10",
  "eslintConfig": {
    "extends": [
      "qx"
    ]
  },
  "scripts": {
    "eslint": "eslint --cache"
  }
}
