Files
socket.io/package.json
Jonathan Ong 24ca3a05c8 travis stuff
2013-12-01 14:27:00 -08:00

22 lines
367 B
JSON

{
"name": "emitter-component",
"description": "Event emitter",
"version": "1.1.1",
"devDependencies": {
"mocha": "*",
"should": "*"
},
"component": {
"scripts": {
"emitter": "index.js"
}
},
"repository": {
"type": "git",
"url": "https://github.com/component/emitter.git"
},
"scripts": {
"test": "make test"
}
}