From c0a273b0074cfe53bd437ffb79fe86eb158074a6 Mon Sep 17 00:00:00 2001 From: benn0r Date: Wed, 20 Feb 2013 11:17:20 +0100 Subject: [PATCH] Added composer support --- composer.json | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 00000000..79bd27a5 --- /dev/null +++ b/composer.json @@ -0,0 +1,7 @@ +{ + "name": "DataTables/DataTables", + "description": "DataTables is a plug-in for the jQuery Javascript library. It is a highly flexible tool, based upon the foundations of progressive enhancement, which will add advanced interaction controls to any HTML table.", + "homepage": "http://www.datatables.net/", + "author": "SpryMedia", + "license": "GPL v2 or BSD" +} \ No newline at end of file