bower.json 684 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "Sortable",
  3. "main": [
  4. "Sortable.js"
  5. ],
  6. "homepage": "http://SortableJS.github.io/Sortable/",
  7. "authors": [
  8. "RubaXa <ibnRubaXa@gmail.com>",
  9. "owenm <owen23355@gmail.com>"
  10. ],
  11. "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.",
  12. "keywords": [
  13. "sortable",
  14. "reorder",
  15. "list",
  16. "html5",
  17. "drag",
  18. "and",
  19. "drop",
  20. "dnd",
  21. "web-components"
  22. ],
  23. "license": "MIT",
  24. "ignore": [
  25. "node_modules",
  26. "bower_components",
  27. "test",
  28. "tests"
  29. ]
  30. }