{
  "name": "grunt-qx",
  "description": "A grunt plugin which builds your Qooxdoo app.",
  "version": "0.1.13",
  "homepage": "https://github.com/drawstack/grunt-qx",
  "license": "MIT",
  "author": {
    "name": "Rene Jochum",
    "email": "rene@jochums.at",
    "url": "https://rene.jochums.at"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/drawstack/grunt-qx.git"
  },
  "bugs": {
    "url": "https://github.com/drawstack/grunt-qx/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/drawstack/grunt-qx/blob/master/LICENSE"
    }
  ],
  "engines": {
    "node": ">= 4.5.0"
  },
  "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",
    "bluebird": "^3.4.3",
    "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": "^3.4.0",
    "eslint-config-xo-space": "^0.14.0",
    "grunt-contrib-connect": "^1.0.2",
    "grunt-contrib-jshint": "^1.0.0",
    "grunt-contrib-watch": "^1.0.0"
  },
  "keywords": [
    "gruntplugin",
    "qooxdoo"
  ],
  "eslintConfig": {
    "extends": [
      "xo-space",
      ".eslintrc-qx"
    ]
  }
}
