component.json 599 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "Sortable",
  3. "main": "Sortable.js",
  4. "version": "1.5.1",
  5. "homepage": "http://rubaxa.github.io/Sortable/",
  6. "repo": "RubaXa/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. ],
  21. "license": "MIT",
  22. "ignore": [
  23. "node_modules",
  24. "bower_components",
  25. "test",
  26. "tests"
  27. ],
  28. "scripts": [
  29. "Sortable.js"
  30. ]
  31. }