You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
618 B
32 lines
618 B
3 years ago
|
{
|
||
|
"name": "socket.io-parser",
|
||
|
"version": "2.3.1",
|
||
|
"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",
|
||
|
"isarray": "0.0.1"
|
||
|
},
|
||
|
"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"
|
||
|
}
|