Skip to content

Commit bc12f16

Browse files
committed
Add Bower config
1 parent 2b93376 commit bc12f16

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

bower.json

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"name": "html2pdf.js",
3+
"description": "Client-side HTML-to-PDF rendering using pure JS",
4+
"main": "dist/html2pdf.bundle.js",
5+
"moduleType": [
6+
"amd",
7+
"globals",
8+
"node"
9+
],
10+
"authors": [
11+
"Erik Koopmans <[email protected]>"
12+
],
13+
"license": "MIT",
14+
"keywords": [
15+
"javascript",
16+
"pdf-generation",
17+
"html",
18+
"client-side",
19+
"canvas"
20+
],
21+
"homepage": "https://github.com/eKoopmans/html2pdf",
22+
"ignore": [
23+
"node_modules/",
24+
"bower_components/",
25+
".archive/",
26+
".devel/"
27+
]
28+
}

0 commit comments

Comments
 (0)