{
  "name": "react-webcam-all-browsers",
  "version": "0.0.1",
  "description": "React webcam component",
  "main": "dist/react-webcam.js",
  "scripts": {
    "prepublish": "npm run build:umd",
    "build": "webpack src/react-webcam.js dist/react-webcam.js",
    "build:umd": "npm run build && NODE_ENV=production webpack src/react-webcam.js dist/react-webcam.min.js",
    "lint": "eslint src"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mozmorris/react-webcam.git"
  },
  "keywords": [
    "react",
    "react-component",
    "webcam"
  ],
  "author": "Moz Morris <mozmorris@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mozmorris/react-webcam/issues"
  },
  "homepage": "https://github.com/mozmorris/react-webcam",
  "peerDependencies": {
    "react": ">=0.14.0",
    "react-dom": ">=0.14.0"
  },
  "devDependencies": {
    "babel-core": "^6.24.1",
    "babel-eslint": "^7.2.3",
    "babel-loader": "^7.0.0",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-plugin-transform-class-properties": "^6.24.1",
    "babel-plugin-transform-react-jsx": "^6.24.1",
    "babel-preset-env": "^1.5.0",
    "babel-preset-react": "^6.24.1",
    "eslint": "^3.19.0",
    "eslint-config-airbnb": "^15.0.1",
    "eslint-plugin-import": "^2.2.0",
    "eslint-plugin-jsx-a11y": "^5.0.3",
    "eslint-plugin-react": "^7.0.1",
    "webpack": "^2.5.1"
  },
  "dependencies": {
    "prop-types": "^15.5.8"
  },
  "directories": {
    "example": "examples"
  }
}
