{
  "name": "olli-stop",
  "version": "0.1.0",
  "private": true,
  "dependencies": {
    "axios": "^0.17.1",
    "chrome-launcher": "^0.10.2",
    "dotenv": "^4.0.0",
    "hoek": "^5.0.3",
    "mapbox-gl": "^0.43.0",
    "pouchdb": "^7.0.0",
    "pouchdb-find": "^7.0.0",
    "react": "^16.4.2",
    "react-dom": "^16.4.2",
    "react-iframe-comm": "^1.2.2",
    "react-materialize": "^2.3.3",
    "react-player": "^0.25.3",
    "react-redux": "^5.0.6",
    "react-scripts": "^1.1.4",
    "react-unity-webgl": "^6.4.4",
    "redux": "^3.7.2",
    "redux-actions": "^2.2.1",
    "watson-speech": "^0.34.1"
  },
  "scripts": {
    "start": "react-scripts start",
    "build": "react-scripts build",
    "predeploy": "npm run build",
    "deploy": "gh-pages -d build",
    "test": "react-scripts test --env=jsdom",
    "eject": "react-scripts eject"
  },
  "homepage": "https://accessibleolli.github.io/olli-stop",
  "proxy": {
    "/socket": {
      "target": "ws://localhost:44000",
      "changeOrigin": true,
      "ws": true
    },
    "/": {
      "target": "http://localhost:44000",
      "changeOrigin": true
    }
  },
  "devDependencies": {
    "gh-pages": "^1.2.0"
  }
}