-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
44 lines (44 loc) · 945 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
40
41
42
43
44
{
"name": "co-event-wrap",
"version": "0.1.1",
"description": "Wrap `EventEmitter` to support `generator` listener.",
"main": "index.js",
"scripts": {
"test": "make test-all"
},
"config": {
"cov": {
"threshold": 100
}
},
"dependencies": {
"co": "4"
},
"devDependencies": {
"autod": "*",
"contributors": "*",
"cov": "*",
"istanbul": "*",
"jshint": "*",
"mocha": "*",
"should": "~4.0.4"
},
"homepage": "https://github.com/cojs/co-event-wrap",
"repository": {
"type": "git",
"url": "git://github.com/cojs/co-event-wrap.git",
"web": "https://github.com/cojs/co-event-wrap"
},
"bugs": {
"url": "https://github.com/cojs/co-event-wrap/issues",
"email": "[email protected]"
},
"keywords": [
"co-event-wrap"
],
"engines": {
"node": ">= 4"
},
"author": "fengmk2 <[email protected]> (http://fengmk2.github.com)",
"license": "MIT"
}