-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathpackage.json
53 lines (53 loc) · 1.41 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"author": "J. Ryan Stinnett <[email protected]> (https://convolv.es/)",
"name": "timers-browserify",
"description": "timers module for browserify",
"version": "2.0.12",
"homepage": "https://github.com/jryans/timers-browserify",
"bugs": "https://github.com/jryans/timers-browserify/issues",
"repository": {
"type": "git",
"url": "git://github.com/jryans/timers-browserify.git"
},
"contributors": [
"Colton Brown <[email protected]>",
"Dario Segura <[email protected]>",
"Guy Bedford <[email protected]>",
"Ionut-Cristian Florescu <[email protected]>",
"James Halliday <[email protected]>",
"Jan Schär <[email protected]>",
"Johannes Ewald <[email protected]>",
"Jonathan Prins <[email protected]>",
"Matt Esch <[email protected]>",
"Renée Kooi <[email protected]>",
"Simon Meusel <[email protected]>",
"taoqf <[email protected]>",
"Thiago Felix <[email protected]>",
"wtgtybhertgeghgtwtg <[email protected]>"
],
"main": "main.js",
"dependencies": {
"setimmediate": "^1.0.4"
},
"devDependencies": {
"browserify": "~1.10.16",
"connect": "~2.30.2"
},
"optionalDependencies": {},
"engines": {
"node": ">=0.6.0"
},
"keywords": [
"timers",
"browserify",
"browser"
],
"license": "MIT",
"jspm": {
"map": {
"./main.js": {
"node": "@node/timers"
}
}
}
}