UNPKG

pdfobject

Version:

An open-source standards-friendly JavaScript utility for embedding PDF files into HTML documents

28 lines (27 loc) 794 B
{ "name": "pdfobject", "version": "2.2.9", "description": "An open-source standards-friendly JavaScript utility for embedding PDF files into HTML documents", "main": "pdfobject.js", "scripts": { "build": "uglifyjs pdfobject.js -o pdfobject.min.js --compress --comments", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://pipwerks@github.com/pipwerks/PDFObject.git" }, "keywords": [ "pdf", "pdfobject" ], "author": "Philip Hutchison <philip@pipwerks.com> (http://pipwerks.com)", "license": "MIT", "bugs": { "url": "https://github.com/pipwerks/PDFObject/issues" }, "homepage": "https://github.com/pipwerks/PDFObject#readme", "devDependencies": { "uglify-es": "^3.3.9" } }