UNPKG

794 BJSONView Raw
1{
2 "name": "pdfobject",
3 "version": "2.2.6",
4 "description": "An open-source standards-friendly JavaScript utility for embedding PDF files into HTML documents",
5 "main": "pdfobject.js",
6 "scripts": {
7 "build": "uglifyjs pdfobject.js -o pdfobject.min.js --compress --comments",
8 "test": "echo \"Error: no test specified\" && exit 1"
9 },
10 "repository": {
11 "type": "git",
12 "url": "git+https://pipwerks@github.com/pipwerks/PDFObject.git"
13 },
14 "keywords": [
15 "pdf",
16 "pdfobject"
17 ],
18 "author": "Philip Hutchison <philip@pipwerks.com> (http://pipwerks.com)",
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/pipwerks/PDFObject/issues"
22 },
23 "homepage": "https://github.com/pipwerks/PDFObject#readme",
24 "devDependencies": {
25 "uglify-es": "^3.3.9"
26 }
27}