forked from primus/eventemitter3
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathbower.json
More file actions
33 lines (33 loc) · 648 Bytes
/
Copy pathbower.json
File metadata and controls
33 lines (33 loc) · 648 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
{
"name": "eventemitter3",
"main": "index.js",
"version": "1.2.0",
"homepage": "https://github.com/primus/eventemitter3",
"authors": [
"Arnout Kazemier"
],
"description": "eventemitter3 focuses on performance while maintaining a Node.js AND browser compatible interface.",
"keywords": [
"addEventListener",
"addListener",
"emit",
"emits",
"emitter",
"event",
"EventEmitter",
"events",
"once"
],
"license": "MIT",
"ignore": [
"bower_components",
"node_modules",
"benchmarks",
"components",
"coverage",
"build",
"component.json",
"test.js",
".*"
]
}