Skip to content

Commit

Permalink
add package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
driscolld committed Dec 20, 2017
1 parent 19040dc commit 0209d66
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
{
"name": "html2pdf",
"version": "0.8.3",
"description": "html to pdf",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/driscolldcfpb/html2pdf.git"
},
"keywords": [
"html",
"pdf"
],
"author": "david driscoll",
"license": "ISC",
"bugs": {
"url": "https://github.com/driscolldcfpb/html2pdf/issues"
},
"homepage": "https://github.com/driscolldcfpb/html2pdf#readme"
}

0 comments on commit 0209d66

Please sign in to comment.