|
|
@ -1,6 +1,6 @@ |
|
|
|
{ |
|
|
|
{ |
|
|
|
"name": "pdfjs-dist", |
|
|
|
"name": "pdfjs-dist", |
|
|
|
"version": "1.4.197", |
|
|
|
"version": "1.4.199", |
|
|
|
"main": "build/pdf.js", |
|
|
|
"main": "build/pdf.js", |
|
|
|
"description": "Generic build of Mozilla's PDF.js library.", |
|
|
|
"description": "Generic build of Mozilla's PDF.js library.", |
|
|
|
"keywords": [ |
|
|
|
"keywords": [ |
|
|
@ -11,6 +11,11 @@ |
|
|
|
"homepage": "http://mozilla.github.io/pdf.js/", |
|
|
|
"homepage": "http://mozilla.github.io/pdf.js/", |
|
|
|
"bugs": "https://github.com/mozilla/pdf.js/issues", |
|
|
|
"bugs": "https://github.com/mozilla/pdf.js/issues", |
|
|
|
"license": "Apache-2.0", |
|
|
|
"license": "Apache-2.0", |
|
|
|
|
|
|
|
"browser": { |
|
|
|
|
|
|
|
"entry?name=[hash]-worker.js!./pdf.worker.js": false, |
|
|
|
|
|
|
|
"./build/pdf.worker.js": false, |
|
|
|
|
|
|
|
"node-ensure": false |
|
|
|
|
|
|
|
}, |
|
|
|
"repository": { |
|
|
|
"repository": { |
|
|
|
"type": "git", |
|
|
|
"type": "git", |
|
|
|
"url": "https://github.com/mozilla/pdfjs-dist" |
|
|
|
"url": "https://github.com/mozilla/pdfjs-dist" |
|
|
|