mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
22 lines
370 B
JSON
22 lines
370 B
JSON
{
|
|
"name": "emitter",
|
|
"description": "Event emitter",
|
|
"keywords": [
|
|
"emitter",
|
|
"events"
|
|
],
|
|
"version": "1.2.1",
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"homepage": "https://github.com/component/emitter",
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"test",
|
|
"Makefile",
|
|
"package.json",
|
|
"component.json"
|
|
]
|
|
}
|