Skip to content

Commit

Permalink
Add Bower config
Browse files Browse the repository at this point in the history
  • Loading branch information
eKoopmans committed Dec 14, 2017
1 parent 2b93376 commit bc12f16
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions bower.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "html2pdf.js",
"description": "Client-side HTML-to-PDF rendering using pure JS",
"main": "dist/html2pdf.bundle.js",
"moduleType": [
"amd",
"globals",
"node"
],
"authors": [
"Erik Koopmans <erik@erik-koopmans.com>"
],
"license": "MIT",
"keywords": [
"javascript",
"pdf-generation",
"html",
"client-side",
"canvas"
],
"homepage": "https://github.com/eKoopmans/html2pdf",
"ignore": [
"node_modules/",
"bower_components/",
".archive/",
".devel/"
]
}

0 comments on commit bc12f16

Please sign in to comment.