{
  "name": "angular-pdf-viewer",
  "version": "0.0.1",
  "description": "Viewing PDF on any browser",
  "keywords": [
    "angular",
    "angular2",
    "angular4",
    "PDF viewer"
  ],
  "author": {
    "name": "Priyatosh Mohapatra",
    "url": "https://github.com/PriyatoshMohapatra"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/PriyatoshMohapatra/Angular-PDF-Viewer.git"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/PriyatoshMohapatra/Angular-PDF-Viewer/issues"
  },
  "homepage": "https://github.com/PriyatoshMohapatra/Angular-PDF-Viewer",
  "main": "./bundles/angular-pdf-viewer.umd.js",
  "module": "./angular-pdf-viewer.es5.js",
  "es2015": "./angular-pdf-viewer.js",
  "typings": "./angular-pdf-viewer.d.ts",
  "peerDependencies": {
    "@angular/core": "^4.0.0",
    "@angular/common": "^4.0.0",
    "pdfjs-dist": "^1.7.418"
  }
}