From 454a87b3fe8f1b611ab0435615ba0d8333b02883 Mon Sep 17 00:00:00 2001 From: Derek DeRaps Date: Fri, 27 Oct 2017 14:18:40 -0400 Subject: [PATCH] Create composer.json --- composer.json | 36 ++++++++++++++++++++++++++++++++++++ 1 file changed, 36 insertions(+) create mode 100644 composer.json diff --git a/composer.json b/composer.json new file mode 100644 index 0000000..5bf5665 --- /dev/null +++ b/composer.json @@ -0,0 +1,36 @@ +{ + "name": "components/Sortable", + "type": "component", + "description": "Sortable is a JavaScript library for reorderable drag-and-drop lists.", + "homepage": "http://rubaxa.github.io/Sortable/", + "license": "MIT", + "authors": [{ + "name": "RubaXa", + "email": "ibnRubaXa@gmail.com" + }], + "keywords": [ + "sortable", + "reorder", + "list", + "html5", + "drag", + "and", + "drop", + "dnd" + ], + "support": { + "issues": "https://github.com/RubaXa/Sortable/issues", + "source": "https://github.com/RubaXa/Sortable.git" + }, + "prefer-stable": true, + "minimum-stability": "dev", + "extra": { + "component": { + "files": [ + "Sortable.js", + "Sortable.min.js", + "jquery.binding.js" + ] + } + } +}