From 63661f9dc892ebcd7202bb6662f1401d271ca1b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Heyser?= Date: Tue, 31 Aug 2021 10:27:01 +0200 Subject: [PATCH] added composer.json to allow making this repository a depency within other projects using composer for depency download --- composer.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 composer.json 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" + } + ] +}