Files
socket.io/package.json
Matthew Mueller 37269d96e5 change name back for now
based on what we discussed, you can just as easily use this in npm with:

{ "emitter" : "component/emitter" }

though it's slightly more obscure.
2013-02-27 14:06:38 -08:00

15 lines
217 B
JSON

{
"name": "emitter",
"description": "Event emitter",
"version": "1.0.0",
"devDependencies": {
"mocha": "*",
"should": "*"
},
"component": {
"scripts": {
"emitter": "index.js"
}
}
}