forked from pipwerks/PDFObject
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
27 lines (27 loc) · 794 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "pdfobject",
"version": "2.2.8",
"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"
}
}