idle-timer.jquery.json 834 B

123456789101112131415161718192021222324252627282930313233343536
  1. {
  2. "name": "idle-timer",
  3. "title": "Idle Timer",
  4. "description": "provides you a way to monitor user activity with a page.",
  5. "version": "1.0.1",
  6. "homepage": "https://github.com/thorst/jquery-idletimer",
  7. "author": {
  8. "name": "Paul Irish",
  9. "email": "paul.irish@gmail.com"
  10. },
  11. "maintainers": [
  12. {
  13. "name": "Mike Sherov",
  14. "email": "mike.sherov@gmail.com"
  15. },
  16. {
  17. "name": "Todd Horst",
  18. "email": "toddmhorst@yahoo.com"
  19. }
  20. ],
  21. "repository": {
  22. "type": "git",
  23. "url": "git://github.com/thorst/jquery-idletimer.git"
  24. },
  25. "bugs": "https://github.com/thorst/jquery-idletimer/issues",
  26. "licenses": [
  27. {
  28. "type": "MIT",
  29. "url": "https://github.com/thorst/jquery-idletimer/blob/master/LICENSE-MIT"
  30. }
  31. ],
  32. "dependencies": {
  33. "jquery": "1.7"
  34. },
  35. "keywords": []
  36. }