.bower.json 820 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. {
  2. "name": "Sortable",
  3. "main": [
  4. "Sortable.js"
  5. ],
  6. "homepage": "http://rubaxa.github.io/Sortable/",
  7. "authors": [
  8. "RubaXa <ibnRubaXa@gmail.com>"
  9. ],
  10. "description": "Minimalist library for reorderable drag-and-drop lists on modern browsers and touch devices. No jQuery.",
  11. "keywords": [
  12. "sortable",
  13. "reorder",
  14. "list",
  15. "html5",
  16. "drag",
  17. "and",
  18. "drop",
  19. "dnd",
  20. "web-components"
  21. ],
  22. "license": "MIT",
  23. "ignore": [
  24. "node_modules",
  25. "bower_components",
  26. "test",
  27. "tests"
  28. ],
  29. "version": "1.5.1",
  30. "_release": "1.5.1",
  31. "_resolution": {
  32. "type": "version",
  33. "tag": "1.5.1",
  34. "commit": "c2d48c160cf33d44d167e1b282af103b5bed0edb"
  35. },
  36. "_source": "https://github.com/RubaXa/Sortable.git",
  37. "_target": "~1.5.0",
  38. "_originalSource": "Sortable"
  39. }