diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..54effd5 --- /dev/null +++ b/composer.json @@ -0,0 +1,15 @@ +{ + "name": "datatables/colvis", + "version": "1.1.2", + "description": "ColVis adds a button to the toolbars around DataTables which gives the end user of the table the ability to dynamically change the visibility of the columns in the table.", + "homepage": "http://www.datatables.net/", + "author": "SpryMedia", + "license": [ + "MIT" + ], + "prefer-stable": true, + "support": { + "forum": "https://datatables.net/forums", + "source": "https://github.com/DataTables/ColVis" + } +}