diff --git a/composer.json b/composer.json new file mode 100644 index 00000000..fff725e9 --- /dev/null +++ b/composer.json @@ -0,0 +1,12 @@ +{ + "name": "kayalshri/tableExport.jquery.plugin" + "description": "Export html table to json, xml, pdf, ...", + "keywords": ["table","export"], + "type": "component", + "homepage": "https://github.com/kayalshri/tableExport.jquery.plugin", + "authors": [ + { + "name": "kayalshri" + } + ] +}