mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-14 09:27:54 -05:00
Also updates zuul so `npm update` completes. Fixes https://github.com/socketio/socket.io-client/issues/898
26 lines
520 B
JSON
26 lines
520 B
JSON
{
|
|
"name": "socket.io-parser",
|
|
"version": "2.2.4",
|
|
"description": "socket.io protocol parser",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Automattic/socket.io-parser.git"
|
|
},
|
|
"dependencies": {
|
|
"debug": "0.7.4",
|
|
"json3": "3.3.2",
|
|
"component-emitter": "1.1.2",
|
|
"isarray": "0.0.1",
|
|
"benchmark": "1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "1.16.2",
|
|
"expect.js": "0.2.0",
|
|
"zuul": "3.7.3"
|
|
},
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"license": "MIT"
|
|
}
|