mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
31 lines
594 B
JSON
31 lines
594 B
JSON
{
|
|
"name": "socket.io-parser",
|
|
"version": "2.2.6",
|
|
"description": "socket.io protocol parser",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Automattic/socket.io-parser.git"
|
|
},
|
|
"files": [
|
|
"binary.js",
|
|
"index.js",
|
|
"is-buffer.js"
|
|
],
|
|
"dependencies": {
|
|
"debug": "2.2.0",
|
|
"json3": "3.3.2",
|
|
"component-emitter": "1.1.2"
|
|
},
|
|
"devDependencies": {
|
|
"benchmark": "1.0.0",
|
|
"expect.js": "0.2.0",
|
|
"mocha": "1.16.2",
|
|
"zuul": "3.11.0",
|
|
"zuul-ngrok": "4.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"license": "MIT"
|
|
}
|