.bower.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. {
  2. "name": "qtip2",
  3. "description": "Introducing... qTip2. The second generation of the advanced qTip plugin for the ever popular jQuery framework.",
  4. "version": "2.2.1",
  5. "homepage": "http://qtip2.com",
  6. "location": "https://github.com/qTip2/bower",
  7. "repository": {
  8. "type": "git",
  9. "url": "git://github.com/qTip2/qTip2.git"
  10. },
  11. "author": "Craig Michael Thompson <craig@craigsworks.com> (http://craigsworks.com/)",
  12. "license": [
  13. "MIT"
  14. ],
  15. "keywords": [
  16. "tooltip",
  17. "tooltips",
  18. "jquery",
  19. "qtip",
  20. "qtip2",
  21. "simpletip",
  22. "craig thompson",
  23. "craig michael thompson",
  24. "craigsworks",
  25. "craga89"
  26. ],
  27. "main": [
  28. "./jquery.qtip.js",
  29. "./basic/jquery.qtip.js"
  30. ],
  31. "ignore": [
  32. "bin"
  33. ],
  34. "dependencies": {
  35. "jquery": ">=1.6.0",
  36. "imagesloaded": ">=3.0.0"
  37. },
  38. "_release": "2.2.1",
  39. "_resolution": {
  40. "type": "version",
  41. "tag": "v2.2.1",
  42. "commit": "2f67997b5449bb4dea568e82966fb35dc11fb84e"
  43. },
  44. "_source": "https://github.com/qTip2/bower.git",
  45. "_target": "*",
  46. "_originalSource": "qtip2"
  47. }