mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
13 lines
249 B
JSON
13 lines
249 B
JSON
{
|
|
"name": "emitter",
|
|
"repo": "component/emitter",
|
|
"description": "Event emitter",
|
|
"keywords": ["emitter", "events"],
|
|
"dependencies": {
|
|
"component/indexof": "*"
|
|
},
|
|
"version": "1.1.0",
|
|
"scripts": ["index.js"],
|
|
"license": "MIT"
|
|
}
|