bower.json 561 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "name": "tablesort",
  3. "description": "A sorting component for HTML tables",
  4. "version": "5.0.0",
  5. "license": "MIT",
  6. "main": [
  7. "dist/tablesort.min.js",
  8. "dist/sorts/tablesort.*.min.js"
  9. ],
  10. "authors": [
  11. "tristen"
  12. ],
  13. "homepage": "http://tristen.ca/tablesort/demo",
  14. "repository": {
  15. "type": "git",
  16. "url": "git://github.com/tristen/tablesort.git"
  17. },
  18. "keywords": [
  19. "tablesort",
  20. "table",
  21. "sort",
  22. "sorting"
  23. ],
  24. "ignore": [
  25. "**/.*",
  26. "node_modules",
  27. "bower_components",
  28. "test",
  29. "tests"
  30. ]
  31. }