timeago.jquery.json 835 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "timeago",
  3. "version": "1.4.3",
  4. "title": "jQuery Timeago",
  5. "author": {
  6. "name": "Ryan McGeary",
  7. "email": "ryan@mcgeary.org",
  8. "url": "http://ryan.mcgeary.org/"
  9. },
  10. "licenses": [
  11. {
  12. "type": "MIT",
  13. "url": "http://opensource.org/licenses/mit-license.php"
  14. }
  15. ],
  16. "dependencies": {
  17. "jquery": ">=1.2.3"
  18. },
  19. "description": "jQuery plugin that makes it easy to support automatically updating fuzzy timestamps (e.g. \"4 minutes ago\" or \"about 1 day ago\").",
  20. "keywords": [
  21. "time",
  22. "microformat"
  23. ],
  24. "homepage": "http://timeago.yarp.com/",
  25. "docs": "https://github.com/rmm5t/jquery-timeago",
  26. "demo": "http://timeago.yarp.com/",
  27. "download": "http://timeago.yarp.com/jquery.timeago.js",
  28. "bugs": "https://github.com/rmm5t/jquery-timeago/issues",
  29. "maintainers": []
  30. }