.bower.json 967 B

12345678910111213141516171819202122232425262728293031323334353637383940
  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. "version": "1.10.2",
  31. "_release": "1.10.2",
  32. "_resolution": {
  33. "type": "version",
  34. "tag": "1.10.2",
  35. "commit": "2addddd67387b6e4b6b5e51806eb698f0a3eee88"
  36. },
  37. "_source": "https://github.com/RubaXa/Sortable.git",
  38. "_target": "~1.10.0",
  39. "_originalSource": "Sortable"
  40. }