{
  "name": "react-pdfviewer-annotator",
  "version": "0.0.7",
  "description": "Set of React components for PDF annotation",
  "main": "lib/index.js",
  "scripts": {
    "build": "nwb build-react-component",
    "copy-flow": "flow-copy-source src lib",
    "copy-styles": "cp -r src/style lib",
    "copy-files": "npm run copy-flow && npm run copy-styles",
    "clean": "nwb clean-module && npm clean-demo",
    "start": "nwb serve-react-demo",
    "test": "npm run flow",
    "flow": "flow",
    "precommit": "npm run flow",
    "deploy": "npm run build && gh-pages --dist ./demo/dist --branch gh-pages",
    "prepublishOnly": "npm run build && npm run copy-files",
    "prettier": "prettier --write 'src/**/*.js' 'demo/src/**/*.js'"
  },
  "dependencies": {
    "pdfjs-dist": "2.0.159",
    "react-rnd": "^7.1.5"
  },
  "peerDependencies": {
    "react": ">=0.14",
    "react-dom": ">=0.14"
  },
  "devDependencies": {
    "babel-cli": "^6.26.0",
    "flow-bin": "0.59.0",
    "flow-copy-source": "^1.1.0",
    "gh-pages": "0.11.0",
    "husky": "0.11.9",
    "nwb": "^0.19.2",
    "prettier": "^1.8.2",
    "react": "^15.4.2",
    "react-dom": "^15.4.2",
    "url-search-params": "0.6.1"
  },
  "author": "Artem Tyurin <artem.tyurin@gmail.com>",
  "license": "MIT",
  "keywords": [
    "pdf",
    "highlight",
    "annotator",
    "react-component"
  ],
  "files": [
    "lib"
  ],
  "directories": {
    "lib": "lib"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/agentcooper/react-pdf-annotator.git"
  },
  "bugs": {
    "url": "https://github.com/agentcooper/react-pdf-annotator/issues"
  },
  "homepage": "https://github.com/agentcooper/react-pdf-annotator#readme"
}
