{
  "name": "sample-app",
  "version": "0.0.1",
  "private": true,
  "devDependencies": {
    "cpx": "^1.5.0",
    "eslint": "^3.17.1",
    "eslint-config-airbnb": "^14.1.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^4.0.0",
    "eslint-plugin-react": "^6.10.0",
    "react-scripts": "*"
  },
  "dependencies": {
    "babel-polyfill": "^6.23.0",
    "classnames": "^2.2.5",
    "opentok-annotation": "*",
    "opentok-archiving": "*",
    "opentok-screen-sharing": "*",
    "opentok-solutions-css": "*",
    "opentok-text-chat": "*",
    "react": "^15.3.2",
    "react-dom": "^15.3.2",
    "react-spinner": "^0.2.6"
  },
  "scripts": {
    "copywatch": "cpx \"../src/**\" src/ot-core --watch",
    "start": "npm run copywatch & react-scripts start",
    "build": "react-scripts build",
    "test": "react-scripts test --env=jsdom",
    "eject": "react-scripts eject"
  }
}
