mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
15 lines
227 B
JSON
15 lines
227 B
JSON
{
|
|
"name": "emitter-component",
|
|
"description": "Event emitter",
|
|
"version": "0.0.4",
|
|
"devDependencies": {
|
|
"mocha": "*",
|
|
"should": "*"
|
|
},
|
|
"component": {
|
|
"scripts": {
|
|
"emitter": "index.js"
|
|
}
|
|
}
|
|
}
|