package.json 992 B

12345678910111213141516171819202122232425262728293031323334353637
  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. "spm": {
  31. "main": "jquery.timeago.js"
  32. },
  33. "browser": {
  34. "timeago": "./node_modules/timeago/jquery.timeago.js"
  35. },
  36. "main": "jquery.timeago.js"
  37. }