pdf-transform
Version:
Transforms PDF to png or html files
26 lines • 553 B
JSON
{
"name": "pdfjs-dist",
"version": "2.5.78",
"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",
"browser": {
"fs": false,
"http": false,
"https": false,
"url": false,
"zlib": false
},
"format": "amd",
"repository": {
"type": "git",
"url": "https://github.com/mozilla/pdfjs-dist"
}
}