From 0b96ed52cd9cb9b9733a8429a7bb5d0aed5778ab Mon Sep 17 00:00:00 2001 From: Ivan Voskoboynyk Date: Thu, 20 Mar 2014 15:46:30 +0200 Subject: [PATCH] Add component config All using Sortable with component --- component.json | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) create mode 100644 component.json diff --git a/component.json b/component.json new file mode 100644 index 0000000..55cf651 --- /dev/null +++ b/component.json @@ -0,0 +1,32 @@ +{ + "name": "Sortable", + "main": "Sortable.js", + "version": "0.1.9", + "homepage": "http://rubaxa.github.io/Sortable/", + "repo": "RubaXa/Sortable", + "authors": [ + "RubaXa " + ], + "description": "Sortable is a minimalist JavaScript library for modern browsers and touch devices. No jQuery.", + "keywords": [ + "sortable", + "reorder", + "list", + "html5", + "drag", + "and", + "drop", + "dnd" + ], + "license": "MIT", + "ignore": [ + "node_modules", + "bower_components", + "test", + "tests" + ], + + "scripts": [ + "Sortable.js" + ] +}