{
  "name": "react-pdf-js-worker",
  "version": "2.0.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/truckingsim/react-pdf-js-worker"
  },
  "scripts": {
    "build": "npm run clean && npm run build:lib",
    "build:lib": "babel src --out-dir lib",
    "clean": "rimraf lib",
    "lint": "eslint src",
    "prepublish": "npm run lint && npm run clean && npm run build"
  },
  "keywords": [
    "react",
    "reactjs",
    "pdf",
    "pdfjs"
  ],
  "author": "Mike Cousins <mike@mikecousins.com> (http://github.com/mikecousins)",
  "contributors": ["Adam Heim (http://github.com/truckingsim"],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/truckingsim/react-pdf-js-worker/issues"
  },
  "homepage": "https://github.com/truckingsim/react-pdf-js-worker",
  "dependencies": {
    "pdfjs-dist": "1.5.376",
    "react": "^15.3.1"
  },
  "devDependencies": {
    "babel-cli": "6.11.4",
    "babel-core": "6.13.2",
    "babel-eslint": "6.1.2",
    "babel-loader": "6.2.4",
    "babel-plugin-react-transform": "2.0.2",
    "babel-plugin-transform-runtime": "6.12.0",
    "babel-plugin-typecheck": "3.9.0",
    "babel-preset-es2015": "6.13.2",
    "babel-preset-react": "6.11.1",
    "babel-runtime": "6.11.6",
    "eslint": "3.3.0",
    "eslint-config-airbnb": "10.0.1",
    "eslint-plugin-import": "1.13.0",
    "eslint-plugin-jsx-a11y": "2.1.0",
    "eslint-plugin-react": "6.1.0",
    "rifraf": "2.0.2",
    "rimraf": "2.5.4"
  },
  "npmName": "react-pdf-js-worker",
  "npmFileMap": [
    {
      "files": [
        "lib/*.js",
        "src/*.js"
      ]
    }
  ]
}
