UNPKG

558 BJSONView Raw
1{
2 "name": "pdfobject",
3 "description": "A lightweight JavaScript utility for dynamically embedding PDFs in HTML documents",
4 "version": "2.3.0",
5 "main": "pdfobject.js",
6 "moduleType": [
7 "globals",
8 "amd",
9 "node"
10 ],
11 "license": "MIT",
12 "keywords": [
13 "pdf",
14 "pdfobject"
15 ],
16 "authors": [
17 "Philip Hutchison <philip@pipwerks.com> (http://pipwerks.com)"
18 ],
19 "homepage": "http://pdfobject.com",
20 "repository": {
21 "type": "git",
22 "url": "git://github.com/pipwerks/PDFObject.git"
23 },
24 "ignore": [
25 "node_modules"
26 ]
27}