{
  "name": "hubs",
  "version": "0.0.1",
  "description": "Duck-themed multi-user virtual spaces in WebVR.",
  "main": "src/index.js",
  "license": "MPL-2.0",
  "homepage": "https://github.com/mozilla/hubs#readme",
  "repository": {
    "type": "git",
    "url": "https://github.com/mozilla/hubs.git"
  },
  "bugs": {
    "url": "https://github.com/mozilla/hubs/issues"
  },
  "scripts": {
    "start": "webpack-dev-server --mode=development",
    "build": "rimraf ./dist && webpack --mode=production",
    "doc": "node ./scripts/doc/build.js",
    "prettier": "prettier --write '*.js' 'src/**/*.js'",
    "lint:js": "eslint '*.js' 'scripts/**/*.js' 'src/**/*.js'",
    "lint:html": "htmlhint 'src/**/*.html'",
    "lint": "npm run lint:js && npm run lint:html",
    "test": "npm run lint && npm run build"
  },
  "dependencies": {
    "@fortawesome/fontawesome-svg-core": "^1.2.2",
    "@fortawesome/free-solid-svg-icons": "^5.2.0",
    "@fortawesome/react-fontawesome": "^0.1.0",
    "aframe": "github:mozillareality/aframe#bugfix/oculus-go-controller-reconnect-pre-e0c8ff7",
    "aframe-billboard-component": "^1.0.0",
    "aframe-input-mapping-component": "github:mozillareality/aframe-input-mapping-component#hubs/master",
    "aframe-inspector": "^0.8.3",
    "aframe-motion-capture-components": "github:mozillareality/aframe-motion-capture-components#1ca616fa67b627e447b23b35a09da175d8387668",
    "aframe-physics-extras": "github:mozillareality/aframe-physics-extras#bugfix/physics-collider-world",
    "aframe-physics-system": "github:mozillareality/aframe-physics-system#ecc5c9c533d6d9c71f8d6453ab961ed074d44b1c",
    "aframe-rounded": "^1.0.3",
    "aframe-slice9-component": "^1.0.0",
    "aframe-teleport-controls": "github:mozillareality/aframe-teleport-controls#hubs/master",
    "classnames": "^2.2.5",
    "copy-to-clipboard": "^3.0.8",
    "deepmerge": "^2.1.1",
    "detect-browser": "^2.1.0",
    "event-target-shim": "^3.0.1",
    "form-urlencoded": "^2.0.4",
    "jsonschema": "^1.2.2",
    "jszip": "^3.1.5",
    "moving-average": "^1.0.0",
    "naf-janus-adapter": "^0.13.0",
    "networked-aframe": "github:mozillareality/networked-aframe#master",
    "nipplejs": "github:mozillareality/nipplejs#mr-social-client/master",
    "phoenix": "github:gfodor/phoenix-js#master",
    "raven-js": "^3.20.1",
    "react": "^16.1.1",
    "react-dom": "^16.1.1",
    "react-intl": "^2.4.0",
    "screenfull": "^3.3.2",
    "super-hands": "github:mozillareality/aframe-super-hands-component#feature/drawing",
    "three": "github:mozillareality/three.js#8b1886c384371c3e6305b757d1db7577c5201a9b",
    "three-pathfinding": "github:mozillareality/three-pathfinding#hubs/master",
    "three-to-cannon": "1.3.0",
    "uuid": "^3.2.1",
    "webrtc-adapter": "^6.0.2"
  },
  "devDependencies": {
    "babel-core": "^6.26.0",
    "babel-eslint": "8",
    "babel-loader": "^7.1.3",
    "babel-plugin-react-intl": "^2.4.0",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-react-jsx-img-import": "^0.1.4",
    "babel-preset-env": "^1.6.1",
    "babel-preset-react": "^6.24.1",
    "copy-webpack-plugin": "^4.5.1",
    "cors": "^2.8.4",
    "css-loader": "^1.0.0",
    "dotenv": "^5.0.1",
    "eslint": "^5.2.0",
    "eslint-config-prettier": "^2.9.0",
    "eslint-plugin-prettier": "^2.6.2",
    "eslint-plugin-react": "^7.10.0",
    "extract-text-webpack-plugin": "4.0.0-alpha.0",
    "file-loader": "^1.1.10",
    "html-loader": "^0.5.5",
    "html-webpack-plugin": "^3.1.0",
    "htmlhint": "^0.9.13",
    "node-sass": "^4.9.3",
    "prettier": "^1.7.0",
    "rimraf": "^2.6.2",
    "sass-loader": "^6.0.7",
    "selfsigned": "^1.10.2",
    "shelljs": "^0.8.1",
    "style-loader": "^0.20.2",
    "stylelint": "^9.4.0",
    "stylelint-config-recommended-scss": "^3.2.0",
    "stylelint-scss": "^3.2.0",
    "url-loader": "^1.0.1",
    "webpack": "^4.16.2",
    "webpack-cli": "^2.0.9",
    "webpack-dev-server": "^3.1.7",
    "worker-loader": "^2.0.0"
  }
}