diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..7aef9d3 --- /dev/null +++ b/composer.json @@ -0,0 +1,14 @@ +{ + "name": "tabalinas/jsgrid", + "type": "library", + "description": "jsGrid (jQuery Plugin)", + "keywords": ["jsgrid", "jquery", "js", "plugin"], + "homepage": "http://js-grid.com/", + "license": "MIT", + "authors": [ + { + "name": "Artem Tabalin", + "email": "tabalinas@gmail.com" + } + ] +}