package.json 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. {
  2. "author": "J. Ryan Stinnett <jryans@gmail.com> (http://convolv.es/)",
  3. "name": "timers-browserify",
  4. "description": "timers module for browserify",
  5. "version": "1.4.2",
  6. "homepage": "https://github.com/jryans/timers-browserify",
  7. "bugs": "https://github.com/jryans/timers-browserify/issues",
  8. "repository": {
  9. "type": "git",
  10. "url": "git://github.com/jryans/timers-browserify.git"
  11. },
  12. "contributors": [
  13. "Guy Bedford <guybedford@gmail.com>",
  14. "Ionut-Cristian Florescu <ionut.florescu@gmail.com>",
  15. "James Halliday <mail@substack.net>",
  16. "Jan Schär <jscissr@gmail.com>",
  17. "Johannes Ewald <johannes.ewald@peerigon.com>",
  18. "Jonathan Prins <jon@blip.tv>",
  19. "Matt Esch <matt@mattesch.info>"
  20. ],
  21. "main": "main.js",
  22. "dependencies": {
  23. "process": "~0.11.0"
  24. },
  25. "devDependencies": {
  26. "connect": "~2.3.0",
  27. "browserify": "~1.10.16"
  28. },
  29. "optionalDependencies": {},
  30. "engines": {
  31. "node": ">=0.6.0"
  32. },
  33. "keywords": [
  34. "timers",
  35. "browserify",
  36. "browser"
  37. ],
  38. "licenses": [
  39. {
  40. "type": "MIT",
  41. "url": "https://github.com/jryans/timers-browserify/blob/master/LICENSE.md"
  42. }
  43. ],
  44. "jspm": {
  45. "map": {
  46. "./main.js": {
  47. "node": "@node/timers"
  48. }
  49. }
  50. }
  51. }