UNPKG

573 BJSONView Raw
1{
2 "name": "pdfobject",
3 "description": "An open-source standards-friendly JavaScript utility for embedding PDF files into HTML documents",
4 "version": "2.2.7",
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}