Generic build of PDF.js library.
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"name": "pdfjs-dist",
|
|
|
|
"version": "2.0.489",
|
|
|
|
"main": "build/pdf.js",
|
|
|
|
"description": "Generic build of Mozilla's PDF.js library.",
|
|
|
|
"keywords": [
|
|
|
|
"Mozilla",
|
|
|
|
"pdf",
|
|
|
|
"pdf.js"
|
|
|
|
],
|
|
|
|
"homepage": "http://mozilla.github.io/pdf.js/",
|
|
|
|
"bugs": "https://github.com/mozilla/pdf.js/issues",
|
|
|
|
"license": "Apache-2.0",
|
|
|
|
"dependencies": {
|
|
|
|
"node-ensure": "^0.0.0",
|
|
|
|
"worker-loader": "^1.1.1"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"webpack": "^2.0.0 || ^3.0.0"
|
|
|
|
},
|
|
|
|
"browser": {
|
|
|
|
"fs": false,
|
|
|
|
"http": false,
|
|
|
|
"https": false,
|
|
|
|
"node-ensure": false
|
|
|
|
},
|
|
|
|
"format": "amd",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "https://github.com/mozilla/pdfjs-dist"
|
|
|
|
}
|
|
|
|
}
|