{
  "name": "react-media-editor",
  "version": "2.4.1",
  "description": "React media editor",
  "main": "dist/index.min.js",
  "scripts": {
    "build": "rollup -c -o dist/index.min.js",
    "watch": "rollup -w -c -o dist/index.min.js"
  },
  "keywords": [
    "media",
    "react",
    "editor"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/morzhanov/react-media-editor"
  },
  "author": "Vlad Morzhanov",
  "license": "MIT",
  "devDependencies": {
    "@babel/core": "^7.0.0-beta.51",
    "@babel/plugin-proposal-class-properties": "^7.0.0",
    "@babel/plugin-proposal-export-default-from": "^7.2.0",
    "@babel/plugin-syntax-import-meta": "^7.0.0",
    "@babel/plugin-transform-react-jsx": "^7.0.0-beta.51",
    "@babel/polyfill": "^7.0.0-beta.52",
    "@babel/preset-env": "^7.0.0-beta.53",
    "@babel/preset-react": "^7.0.0-beta.51",
    "babel-cli": "^6.26.0",
    "babel-eslint": "^9.0.0",
    "babel-loader": "^8.0.0",
    "babel-preset-react": "^6.24.1",
    "eslint": "^5.6.0",
    "eslint-config-airbnb": "^17.1.0",
    "eslint-config-prettier": "^3.0.1",
    "eslint-plugin-import": "^2.14.0",
    "eslint-plugin-jsx-a11y": "^6.1.1",
    "eslint-plugin-prettier": "^2.6.2",
    "eslint-plugin-react": "^7.11.1",
    "lodash": "^4.17.11",
    "prettier": "^1.10.2",
    "prettier-eslint": "^8.8.2",
    "react": "^16.6.3",
    "rollup": "^0.67.4",
    "rollup-plugin-babel": "^4.0.3",
    "rollup-plugin-uglify": "^6.0.0"
  }
}
