{
  "name": "qxcompiler",
  "description": "node.js based replacement for the Qooxdoo python toolchain",
  "main": "index.js",
  "scripts": {
    "test": "cross-os test.os",
    "install": "npm update --no-save qooxdoo-sdk",
    "compileWebSite": "cd tool/cli/serve && node compile.js",
    "lint": "eslint lib"
  },
  "cross-os": {
    "test.os": {
      "win32": "test\\test.win32.cmd",
      "linux": "test/test.linux.sh",
      "darwin": "test/test.linux.sh"
    }
  },
  "author": "John Spackman (johnspackman), Christian Boulanger (cboulanger), Henner Kollmann (hkollmann), and others",
  "version": "0.3.0",
  "keywords": [
    "qooxdoo",
    "compiler",
    "qooxdoo-contrib",
    "cli"
  ],
  "homepage": "https://github.com/qooxdoo/qooxdoo-compiler",
  "repository": {
    "type": "git",
    "url": "https://github.com/qooxdoo/qooxdoo-compiler.git"
  },
  "bugs": {
    "url": "https://github.com/qooxdoo/qooxdoo-compiler/issues"
  },
  "license": "MIT",
  "dependencies": {
    "@babel/core": "^7.4.0",
    "@babel/generator": "^7.4.0",
    "@babel/plugin-transform-block-scoping": "^7.4.0",
    "@babel/polyfill": "^7.4.0",
    "@babel/traverse": "^7.4.0",
    "@babel/types": "^7.4.0",
    "@babel/preset-env": "^7.4.0",
    "@octokit/rest": "^15.18.0",
    "app-module-path": "^2.2.0",
    "async": "^2.6.1",
    "async-each": "^1.0.1",
    "chokidar": "^2.1.2",
    "cldr": "^5.0.0",
    "columnify": "^1.5.4",
    "download": "^6.0.0",
    "es6-promisify-all": "^0.1.0",
    "eslint": "^5.14.1",
    "eslint-config-qx": "^0.2.4",
    "eslint-plugin-qx-rules": "^0.1.0",
    "express": "^4.16.4",
    "flat-cache": "^1.3.4",
    "fontkit": "^1.8.0",
    "gauge": "^2.7.4",
    "github-api": "^3.0.0",
    "glob": "^7.1.3",
    "image-size": "^0.6.3",
    "inquirer": "^6.2.0",
    "json-to-ast": "git+https://github.com/johnspackman/json-to-ast.git#editable-json",
    "jsonlint": "^1.6.2",
    "node-fetch": "^1.7.3",
    "node-sass": "^4.12.0",
    "qooxdoo": "^6.0.0-alpha",
    "qooxdoo-sdk": "^6.0.0-alpha-20181226-a3c2b0b",
    "rimraf": "^2.6.2",
    "semver": "^5.7.0",
    "tmp": "0.0.33",
    "uglify-es": "^3.3.9",
    "upath": "^1.1.0",
    "update-notifier": "^2.5.0",
    "xml2js": "^0.4.19",
    "yargs": "^8.0.1"
  },
  "devDependencies": {
    "cross-os": "^1.2.2",
    "dot": "^1.1.2",
    "jstransformer-dot": "^0.1.2",
    "metalsmith": "^2.3.0",
    "metalsmith-filenames": "^1.0.0",
    "metalsmith-layouts": "^2.3.0",
    "metalsmith-markdown": "^1.1.0",
    "metalsmith-permalinks": "^2.0.0",
    "tape": "^4.9.1"
  },
  "eslintConfig": {
    "extends": [
      "qx"
    ]
  },
  "engine": "node >= 6.11.1",
  "bin": {
    "qx": "qx"
  },
  "preferGlobal": true
}
