mirror of
https://github.com/socketio/socket.io.git
synced 2026-01-10 15:37:58 -05:00
22 lines
562 B
JSON
22 lines
562 B
JSON
{
|
|
"name": "parsers",
|
|
"version": "1.0.0",
|
|
"description": "Various socket.io parsers",
|
|
"scripts": {
|
|
"build": "webpack --config ./support/webpack.config.js",
|
|
"start": "npm run build && node ./src/server.js"
|
|
},
|
|
"author": "Damien Arrachequesne",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"component-emitter": "^1.2.1",
|
|
"express": "^4.15.2",
|
|
"schemapack": "^1.4.2",
|
|
"socket.io": "^4.0.0",
|
|
"socket.io-client": "^4.0.0",
|
|
"socket.io-json-parser": "^3.0.0",
|
|
"socket.io-msgpack-parser": "^3.0.1",
|
|
"webpack": "^2.4.1"
|
|
}
|
|
}
|