Skip to content

Commit

Permalink
Adding Bower support
Browse files Browse the repository at this point in the history
  • Loading branch information
pipwerks committed Apr 27, 2016
1 parent 564ae18 commit 8dc2df2
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"name": "pdfobject",
"description": "An open-source standards-friendly JavaScript utility for embedding PDF files into HTML documents",
"main": "pdfobject.js",
"moduleType": [
"globals",
"amd",
"node"
],
"license": "MIT",
"keywords": [
"pdf",
"pdfobject"
],
"authors": [
"Philip Hutchison <[email protected]> (http://pipwerks.com)",
],
"homepage": "http://pdfobject.com",
"repository": {
"type": "git",
"url": "git+https://[email protected]/pipwerks/PDFObject.git"
},
"ignore": [
"node_modules"
]
}

0 comments on commit 8dc2df2

Please sign in to comment.