Files
socket.io/package.json
Reid Burke 035fa7dded Upgrade component-emitter to 1.1.2
Switch from depending on a tarball URL to the published
component-emitter package at its latest version.

Change all references to emitter module to the new
component-emitter name.
2014-06-04 15:03:37 -07:00

30 lines
556 B
JSON

{
"name": "socket.io-parser",
"version": "2.2.0",
"description": "socket.io protocol parser",
"repository": {
"type": "git",
"url": "https://github.com/LearnBoost/socket.io-parser.git"
},
"dependencies": {
"debug": "0.7.4",
"json3": "3.2.6",
"component-emitter": "1.1.2",
"isarray": "0.0.1"
},
"devDependencies": {
"mocha": "1.16.2",
"expect.js": "0.2.0",
"zuul": "1.6.3"
},
"component": {
"scripts": [
"index.js"
]
},
"scripts": {
"test": "make test"
},
"license": "MIT"
}