bower.json 512 B

123456789101112131415161718192021222324
  1. {
  2. "name": "dragsort",
  3. "version": "0.5.2",
  4. "authors": [
  5. "Michael McDonald"
  6. ],
  7. "description": "A javascript file that provides the ability to sort lists using drag and drop.",
  8. "main": "jquery.dragsort.js",
  9. "keywords": [
  10. "javascript",
  11. "sort",
  12. "jquery"
  13. ],
  14. "license": "http://dragsort.codeplex.com/license",
  15. "homepage": "http://dragsort.codeplex.com/",
  16. "ignore": [
  17. "**/.*",
  18. "bower_components",
  19. "examples"
  20. ],
  21. "dependencies": {
  22. "jquery": ">=1.6.0 <3.0.0"
  23. }
  24. }