diff options
author | Mario <mario@mariovavti.com> | 2021-08-03 07:12:35 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2021-08-03 07:12:35 +0000 |
commit | cddc0217724f1a7661014d50e4c940e623a0c2dc (patch) | |
tree | f24595d659adbb7d1e5d2e8e6dcd829b093887bb /library/Sortable/bower.json | |
parent | 571bae9d1c07bb08270163a314c91c138b42e62f (diff) | |
download | volse-hubzilla-cddc0217724f1a7661014d50e4c940e623a0c2dc.tar.gz volse-hubzilla-cddc0217724f1a7661014d50e4c940e623a0c2dc.tar.bz2 volse-hubzilla-cddc0217724f1a7661014d50e4c940e623a0c2dc.zip |
Apps drag and drop feature
Diffstat (limited to 'library/Sortable/bower.json')
-rw-r--r-- | library/Sortable/bower.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/library/Sortable/bower.json b/library/Sortable/bower.json new file mode 100644 index 000000000..684363178 --- /dev/null +++ b/library/Sortable/bower.json @@ -0,0 +1,30 @@ +{ + "name": "Sortable", + "main": [ + "Sortable.js" + ], + "homepage": "http://SortableJS.github.io/Sortable/", + "authors": [ + "RubaXa <ibnRubaXa@gmail.com>", + "owenm <owen23355@gmail.com>" + ], + "description": "JavaScript library for reorderable drag-and-drop lists on modern browsers and touch devices. No jQuery required. Supports Meteor, AngularJS, React, Polymer, Vue, Knockout and any CSS library, e.g. Bootstrap.", + "keywords": [ + "sortable", + "reorder", + "list", + "html5", + "drag", + "and", + "drop", + "dnd", + "web-components" + ], + "license": "MIT", + "ignore": [ + "node_modules", + "bower_components", + "test", + "tests" + ] +} |