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.11",
|
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
|
"Simon Meusel <info@simonmeusel.de>",
|
23
|
"taoqf <tao_qiufeng@126.com>",
|
24
|
"Thiago Felix <thiago@thiagofelix.com>",
|
25
|
"wtgtybhertgeghgtwtg <wtgtybhertgeghgtwtg@gmail.com>"
|
26
|
],
|
27
|
"main": "main.js",
|
28
|
"dependencies": {
|
29
|
"setimmediate": "^1.0.4"
|
30
|
},
|
31
|
"devDependencies": {
|
32
|
"connect": "~2.3.0",
|
33
|
"browserify": "~1.10.16"
|
34
|
},
|
35
|
"optionalDependencies": {},
|
36
|
"engines": {
|
37
|
"node": ">=0.6.0"
|
38
|
},
|
39
|
"keywords": [
|
40
|
"timers",
|
41
|
"browserify",
|
42
|
"browser"
|
43
|
],
|
44
|
"license": "MIT",
|
45
|
"jspm": {
|
46
|
"map": {
|
47
|
"./main.js": {
|
48
|
"node": "@node/timers"
|
49
|
}
|
50
|
}
|
51
|
}
|
52
|
}
|