-
Notifications
You must be signed in to change notification settings - Fork 52
/
package.json
39 lines (39 loc) · 851 Bytes
/
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
{
"name": "async-listener",
"version": "0.6.10",
"description": "Polyfill exporting trevnorris's 0.11+ asyncListener API.",
"author": "Forrest L Norvell <[email protected]>",
"contributors": [
"Tim Caswell <[email protected]>",
"Forrest L Norvell <[email protected]>"
],
"main": "index.js",
"scripts": {
"test": "tap test/*.tap.js"
},
"repository": {
"type": "git",
"url": "https://github.com/othiym23/async-listener.git"
},
"keywords": [
"polyfill",
"shim",
"zesty",
"crazed",
"experimental"
],
"license": "BSD-2-Clause",
"bugs": {
"url": "https://github.com/othiym23/async-listener/issues"
},
"engines": {
"node": "<=0.11.8 || >0.11.10"
},
"dependencies": {
"semver": "^5.3.0",
"shimmer": "^1.1.0"
},
"devDependencies": {
"tap": "^0.7.1"
}
}