mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
based on what we discussed, you can just as easily use this in npm with:
{ "emitter" : "component/emitter" }
though it's slightly more obscure.
15 lines
217 B
JSON
15 lines
217 B
JSON
{
|
|
"name": "emitter",
|
|
"description": "Event emitter",
|
|
"version": "1.0.0",
|
|
"devDependencies": {
|
|
"mocha": "*",
|
|
"should": "*"
|
|
},
|
|
"component": {
|
|
"scripts": {
|
|
"emitter": "index.js"
|
|
}
|
|
}
|
|
}
|