-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 881 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 881 Bytes
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
{
"name": "re-emitter",
"description": "Re emit events from another emitter",
"version": "1.1.4",
"author": "Raynos <raynos2@gmail.com>",
"bugs": {
"url": "https://github.com/feross/re-emitter/issues",
"email": "raynos2@gmail.com"
},
"contributors": [
{
"name": "Jake Verbaten"
},
{
"name": "Feross Aboukhadijeh",
"email": "feross@feross.org",
"url": "http://feross.org/"
}
],
"dependencies": {},
"devDependencies": {
"standard": "*",
"tape": "^4.10.2"
},
"homepage": "https://github.com/feross/re-emitter",
"keywords": [
"reemit",
"re emit",
"re-emit",
"reemitter",
"filter events",
"events",
"emitter"
],
"license": "MIT",
"main": "index.js",
"repository": "git://github.com/feross/re-emitter.git",
"scripts": {
"test": "standard && tape test/*.js"
}
}