bower.json 541 B

1234567891011121314151617181920212223242526272829
  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. }