.bower.json 790 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "dragsort",
  3. "authors": [
  4. "Michael McDonald"
  5. ],
  6. "description": "A javascript file that provides the ability to sort lists using drag and drop.",
  7. "main": "jquery.dragsort.js",
  8. "keywords": [
  9. "javascript",
  10. "sort",
  11. "jquery"
  12. ],
  13. "license": "http://dragsort.codeplex.com/license",
  14. "homepage": "http://dragsort.codeplex.com/",
  15. "ignore": [
  16. "**/.*",
  17. "bower_components",
  18. "examples"
  19. ],
  20. "dependencies": {
  21. "jquery": ">=1.6.0 <3.0.0"
  22. },
  23. "_release": "98dbf8aa97",
  24. "_resolution": {
  25. "type": "branch",
  26. "branch": "master",
  27. "commit": "98dbf8aa97d203b727b34969dc2734e98b6aba65"
  28. },
  29. "_source": "https://github.com/karsonzhang/dragsort.git",
  30. "_target": "*",
  31. "_originalSource": "https://github.com/karsonzhang/dragsort.git"
  32. }