{
  "name": "components",
  "version": "0.0.1",
  "description": "Example for witcase with Phaser",
  "main": "app.js",
  "scripts": {
    "build": "webpack",
    "start": "webpack --watch"
  },
  "author": "Hugo Freire <hugofreiregil@gmail.com>",
  "license": "MIT",
  "devDependencies": {
    "browser-sync": "^2",
    "browser-sync-webpack-plugin": "^1.2.0",
    "copy-webpack-plugin": "^4.0.1",
    "file-loader": "^0.11.2",
    "html-webpack-externals-plugin": "^3.6.0",
    "html-webpack-plugin": "^2.29.0",
    "source-map-loader": "^0.2.1",
    "ts-loader": "^2.3.1",
    "tslint": "^5.5.0",
    "tslint-config-airbnb": "^5.2.1",
    "tslint-config-standard": "^6.0.1",
    "tslint-eslint-rules": "^4.1.1",
    "tslint-no-circular-imports": "^0.2.1",
    "typescript": "^2.4.2",
    "typings": "^2.1.1",
    "webpack": "^3.3.0"
  },
  "dependencies": {
    "@reactivex/rxjs": "^5.5.6",
    "lodash": "^4.17.4",
    "phaser-ce": "^2.8.2",
    "pixi": "^0.3.1",
    "typescript-ioc": "^1.2.3",
    "witcase": "file:../../.."
  }
}
