{
  "name": "react-pdf-viewer-with-rotate",
  "version": "1.1.0",
  "description": "A React component to wrap PDF.js",
  "main": "./lib/index.js",
  "jsnext:main": "./src/index.js",
  "repository": {
    "type": "git",
    "url": "https://github.com/VenkteshV/react-pdf-viewer-with-rotate"
  },
  "scripts": {
    "start": "node server",
    "build": "npm run build:lib && npm run build:umd && npm run build:umd:min",
    "build:lib": "babel src --out-dir lib",
    "build:umd": "webpack src/index.js dist/react-pdf-js.js --config webpack.config.development.js",
    "build:umd:min": "webpack src/index.js dist/react-pdf-js.min.js --config webpack.config.production.js",
    "clean": "rimraf dist lib",
    "lint": "eslint src --ext .js --ext .jsx",
    "prepublish": "npm run clean && npm run build"
  },
  "keywords": [
    "react",
    "reactjs",
    "pdf",
    "pdfjs"
  ],
  "author": "VenkteshV (https://github.com/VenkteshV)",
  "pull-request": {
    "url": "https://github.com/VenkteshV/react-pdf-viewer-with-rotate/pulls"
  },
  "homepage": "https://github.com/VenkteshV/react-pdf-viewer-with-rotate",
  "peerDependencies": {
    "react": "^15.5.0 || ~0.14.0",
    "react-dom": "^15.5.0 || ~0.14.0"
  },
  "dependencies": {
    "pdfjs-dist": "~1.8.0",
    "prop-types": "~15.5.0"
  },
  "devDependencies": {
    "babel-cli": "6.24.1",
    "babel-core": "6.25.0",
    "babel-eslint": "7.2.3",
    "babel-loader": "7.1.1",
    "babel-plugin-react-transform": "2.0.2",
    "babel-plugin-transform-class-properties": "6.24.1",
    "babel-plugin-transform-runtime": "6.23.0",
    "babel-plugin-typecheck": "3.9.0",
    "babel-preset-es2015": "6.24.1",
    "babel-preset-react": "6.24.1",
    "babel-preset-stage-0": "~6.24.1",
    "babel-runtime": "6.23.0",
    "eslint": "3.19.0",
    "eslint-config-airbnb": "14.1.0",
    "eslint-plugin-import": "2.2.0",
    "eslint-plugin-jsx-a11y": "4.0.0",
    "eslint-plugin-react": "6.10.3",
    "express": "~4.15.3",
    "ip": "~1.1.5",
    "react": "~15.6.0",
    "react-dom": "~15.6.0",
    "rifraf": "2.0.3",
    "rimraf": "2.6.1",
    "webpack": "3.1.0"
  },
  "npmName": "react-pdf-viewer-with-rotate",
  "npmFileMap": [
    {
      "files": [
        "dist/*.js",
        "lib/*.js",
        "src/*.js"
      ]
    }
  ]
}
