{
  "name": "web-player",
  "version": "0.0.1",
  "description": "Run React Native apps in your browser!",
  "main": "dist/react-native-web-player.js",
  "include": [
    "dist"
  ],
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "prepublish": "npm run build && npm run dist",
    "build": "webpack --config webpack/webpack.prod.config.js --sort-assets-by --progress",
    "start": "webpack-dev-server --config webpack/webpack.dev.config.js --inline --hot --colors --quiet",
    "clean": "rm *-bundle.js; rm build/*-bundle.js",
    "analyze": "webpack --config webpack/webpack.prod.config.js --sort-assets-by --progress --json | webpack-bundle-size-analyzer",
    "gh-pages": "make",
    "dist": "webpack --config webpack/webpack-embed.config.js --sort-assets-by --progress"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dabbott/react-native-web-player.git"
  },
  "author": "devinabbott@gmail.com",
  "license": "BSD-3-Clause",
  "bugs": {
    "url": "https://github.com/dabbott/react-native-web-player/issues"
  },
  "homepage": "https://github.com/dabbott/react-native-web-player#readme",
  "devDependencies": {
    "babel-cli": "^6.3.17",
    "babel-core": "^6.3.13",
    "babel-eslint": "^4.1.6",
    "babel-loader": "^6.2.0",
    "babel-plugin-transform-decorators-legacy": "^1.3.4",
    "babel-plugin-transform-runtime": "^6.15.0",
    "babel-preset-es2015": "^6.3.13",
    "babel-preset-react": "^6.3.13",
    "babel-preset-react-native": "^1.9.0",
    "babel-preset-stage-1": "^6.3.13",
    "babel-runtime": "^6.3.19",
    "codemirror": "dabbott/CodeMirror#better-jsx-es6",
    "coffee-script": "^1.12.2",
    "css-loader": "^0.23.1",
    "eslint": "3.10.2",
    "eslint-config-airbnb": "^13.0.0",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^3.0.2",
    "eslint-plugin-react": "^6.8.0",
    "inline-style-prefixer": "^2.0.4",
    "pure-render-decorator": "^1.1.1",
    "react": "15.3.2",
    "react-dom": "15.3.2",
    "react-native-web": "0.0.56",
    "regenerator-runtime": "^0.9.5",
    "screenfull": "^3.0.2",
    "scriptjs": "^2.5.8",
    "style-loader": "^0.13.1",
    "webpack": "v2.2.0-rc.3",
    "webpack-dev-server": "^1.14.0",
    "worker-loader": "^0.7.0"
  }
}
