composer.json 699 B

1234567891011121314151617181920212223242526272829303132
  1. {
  2. "name": "rmm5t/jquery-timeago",
  3. "description": "jQuery plugin that makes it easy to support automatically updating fuzzy timestamps (e.g. \"4 minutes ago\" or \"about 1 day ago\").",
  4. "license": "MIT",
  5. "homepage": "http://timeago.yarp.com/",
  6. "authors": [
  7. {
  8. "name": "Ryan McGeary",
  9. "email": "ryan@mcgeary.org"
  10. }
  11. ],
  12. "support": {
  13. "issues": "https://github.com/rmm5t/jquery-timeago/issues"
  14. },
  15. "keywords": [
  16. "time",
  17. "microformat"
  18. ],
  19. "require": {
  20. "components/jquery": ">=1.2.3"
  21. },
  22. "extra": {
  23. "component": {
  24. "scripts": [
  25. "jquery.timeago.js"
  26. ],
  27. "files": [
  28. "locales/jquery.timeago.*.js"
  29. ]
  30. }
  31. }
  32. }