| { |
| "author": "J. Ryan Stinnett <jryans@gmail.com> (http://convolv.es/)", |
| "bugs": "https://github.com/jryans/timers-browserify/issues", |
| "contributors": [ |
| "Colton Brown <coltonTB@me.com>", |
| "Dario Segura <dario.seco@gmail.com>", |
| "Guy Bedford <guybedford@gmail.com>", |
| "Ionut-Cristian Florescu <ionut.florescu@gmail.com>", |
| "James Halliday <mail@substack.net>", |
| "Jan Sch\u00e4r <jscissr@gmail.com>", |
| "Johannes Ewald <johannes.ewald@peerigon.com>", |
| "Jonathan Prins <jon@blip.tv>", |
| "Matt Esch <matt@mattesch.info>", |
| "Simon Meusel <info@simonmeusel.de>", |
| "taoqf <tao_qiufeng@126.com>", |
| "Thiago Felix <thiago@thiagofelix.com>", |
| "wtgtybhertgeghgtwtg <wtgtybhertgeghgtwtg@gmail.com>" |
| ], |
| "dependencies": { |
| "setimmediate": "^1.0.4" |
| }, |
| "description": "timers module for browserify", |
| "devDependencies": { |
| "browserify": "~1.10.16", |
| "connect": "~2.3.0" |
| }, |
| "engines": { |
| "node": ">=0.6.0" |
| }, |
| "homepage": "https://github.com/jryans/timers-browserify", |
| "jspm": { |
| "map": { |
| "./main.js": { |
| "node": "@node/timers" |
| } |
| } |
| }, |
| "keywords": [ |
| "timers", |
| "browserify", |
| "browser" |
| ], |
| "license": "MIT", |
| "main": "main.js", |
| "name": "timers-browserify", |
| "optionalDependencies": {}, |
| "repository": { |
| "type": "git", |
| "url": "git://github.com/jryans/timers-browserify.git" |
| }, |
| "version": "2.0.11" |
| } |