package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. {
  2. "author": "J. Ryan Stinnett <jryans@gmail.com> (http://convolv.es/)",
  3. "name": "timers-browserify",
  4. "description": "timers module for browserify",
  5. "version": "2.0.10",
  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. "Colton Brown <coltonTB@me.com>",
  14. "Dario Segura <dario.seco@gmail.com>",
  15. "Guy Bedford <guybedford@gmail.com>",
  16. "Ionut-Cristian Florescu <ionut.florescu@gmail.com>",
  17. "James Halliday <mail@substack.net>",
  18. "Jan Schär <jscissr@gmail.com>",
  19. "Johannes Ewald <johannes.ewald@peerigon.com>",
  20. "Jonathan Prins <jon@blip.tv>",
  21. "Matt Esch <matt@mattesch.info>",
  22. "taoqf <tao_qiufeng@126.com>",
  23. "Thiago Felix <thiago@thiagofelix.com>",
  24. "wtgtybhertgeghgtwtg <wtgtybhertgeghgtwtg@gmail.com>"
  25. ],
  26. "main": "main.js",
  27. "dependencies": {
  28. "setimmediate": "^1.0.4"
  29. },
  30. "devDependencies": {
  31. "connect": "~2.3.0",
  32. "browserify": "~1.10.16"
  33. },
  34. "optionalDependencies": {},
  35. "engines": {
  36. "node": ">=0.6.0"
  37. },
  38. "keywords": [
  39. "timers",
  40. "browserify",
  41. "browser"
  42. ],
  43. "licenses": [
  44. {
  45. "type": "MIT",
  46. "url": "https://github.com/jryans/timers-browserify/blob/master/LICENSE.md"
  47. }
  48. ],
  49. "jspm": {
  50. "map": {
  51. "./main.js": {
  52. "node": "@node/timers"
  53. }
  54. }
  55. }
  56. }