package.json 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "author": "J. Ryan Stinnett <jryans@gmail.com> (https://convolv.es/)",
  3. "name": "timers-browserify",
  4. "description": "timers module for browserify",
  5. "version": "2.0.12",
  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. "Renée Kooi <renee@kooi.me>",
  23. "Simon Meusel <info@simonmeusel.de>",
  24. "taoqf <tao_qiufeng@126.com>",
  25. "Thiago Felix <thiago@thiagofelix.com>",
  26. "wtgtybhertgeghgtwtg <wtgtybhertgeghgtwtg@gmail.com>"
  27. ],
  28. "main": "main.js",
  29. "dependencies": {
  30. "setimmediate": "^1.0.4"
  31. },
  32. "devDependencies": {
  33. "browserify": "~1.10.16",
  34. "connect": "~2.30.2"
  35. },
  36. "optionalDependencies": {},
  37. "engines": {
  38. "node": ">=0.6.0"
  39. },
  40. "keywords": [
  41. "timers",
  42. "browserify",
  43. "browser"
  44. ],
  45. "license": "MIT",
  46. "jspm": {
  47. "map": {
  48. "./main.js": {
  49. "node": "@node/timers"
  50. }
  51. }
  52. }
  53. }