{
  "name": "@hmcts/pdf-annotate",
  "version": "1.1.17",
  "description": "Fixes for rotation handling of annotations in instructure/pdf-annotates.js",
  "main": "dist/pdf-annotate.js",
  "scripts": {
    "test": "karma start --single-run",
    "start": "./scripts/web",
    "build": "MINIFY=1 webpack",
    "coveralls": "cat coverage/lcov.info | coveralls"
  },
  "files": [
    "dist"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/hmcts/pdf-annotate.js.git"
  },
  "keywords": [
    "pdf",
    "annotation"
  ],
  "author": "HMCTS",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/hmcts/pdf-annotate.js/issues"
  },
  "homepage": "https://github.com/hmcts/pdf-annotate.js#readme",
  "devDependencies": {
    "babel-core": "^6.26.3",
    "babel-loader": "6.2.4",
    "babel-plugin-add-module-exports": "^0.2.1",
    "babel-preset-es2015": "^6.6.0",
    "chai": "^3.5.0",
    "copy-webpack-plugin": "^4.6.0",
    "coveralls": "^3.0.2",
    "istanbul-instrumenter-loader": "^0.2.0",
    "karma": "^4.0.0",
    "karma-chrome-launcher": "^2.2.0",
    "karma-cli": "^2.0.0",
    "karma-coverage": "^1.1.2",
    "karma-mocha": "^1.3.0",
    "karma-sinon-chai": "^2.0.2",
    "karma-sourcemap-loader": "^0.3.7",
    "karma-webpack": "^3.0.5",
    "lolex": "^1.4.0",
    "mocha": "^5.2.0",
    "object-assign": "^4.0.1",
    "pdfjs-dist": "1.4.162",
    "simulant": "^0.2.0",
    "sinon": "^1.17.7",
    "sinon-chai": "^2.14.0",
    "twitter-text": "^1.13.4",
    "uglify-es": "^3.3.9",
    "webpack": "^1.15.0",
    "webpack-cli": "^3.2.1",
    "webpack-dev-server": "^3.1.14"
  },
  "dependencies": {
    "create-stylesheet": "^0.3.0",
    "object-assign": "^4.0.1"
  },
  "publishConfig": {
    "access": "public"
  }
}
