Skip to content

Commit

Permalink
Create NPM package
Browse files Browse the repository at this point in the history
  • Loading branch information
eKoopmans committed Nov 19, 2017
1 parent 309beac commit 0ee38f5
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
{
"name": "html2pdf",
"version": "0.7.6",
"description": "Client-side HTML-to-PDF rendering using pure JS",
"main": "dist/html2pdf.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/eKoopmans/html2pdf.git"
},
"keywords": [
"javascript",
"pdf-generation",
"html",
"client-side",
"canvas"
],
"author": {
"name": "Erik Koopmans",
"email": "erik@erik-koopmans.com",
"url": "https://www.erik-koopmans.com"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/eKoopmans/html2pdf/issues"
},
"homepage": "https://github.com/eKoopmans/html2pdf",
"dependencies": {
"html2canvas": "https://github.com/eKoopmans/html2canvas/tarball/develop",
"jspdf": "1.3.5"
}
}

0 comments on commit 0ee38f5

Please sign in to comment.