1
1

composer.json 572 B

12345678910111213141516171819202122232425
  1. {
  2. "name": "tooltipster/tooltipster",
  3. "description": "Tooltipster is a flexible and extensible jQuery plugin for modern tooltips.",
  4. "keywords": [
  5. "jquery",
  6. "tooltip",
  7. "plugin",
  8. "replacement"
  9. ],
  10. "homepage": "http://iamceege.github.io/tooltipster/",
  11. "authors": [
  12. {
  13. "name": "Caleb Jacob",
  14. "homepage": "https://plus.google.com/+CalebJacob?rel=author"
  15. },
  16. {
  17. "name": "Louis Ameline",
  18. "homepage": "https://github.com/louisameline"
  19. }
  20. ],
  21. "license": "MIT",
  22. "suggest": {
  23. "components/jquery": ">=1.10"
  24. }
  25. }