Skip to content

Commit

Permalink
Using GitHub releases
Browse files Browse the repository at this point in the history
  • Loading branch information
hhurz committed Jun 17, 2015
1 parent 8785069 commit 4789280
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,22 @@
{
"name": "tableExport.jquery.plugin",
"version": "1.0.2",
"dependencies": {
"jquery": ">=1.9.1",
"jspdf": "~1.0.272"
},
"main": "tableExport.min.js",
"license": "MIT",
"description": "html table export",
"authors": [
"hhurz",
"kayalshri"
],
"description": "html table export",
"main": "tableExport.min.js",
"moduleType": [
"globals"
],
"dependencies": {
"jquery": ">=1.9.1",
"file-saver.js": "*",
"html2canvas": "*",
"jspdf": "~1.0.272",
"jspdf-autotable": "*"
},
"keywords": [
"html5",
"javascript",
Expand Down

0 comments on commit 4789280

Please sign in to comment.