mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
14 lines
229 B
JSON
14 lines
229 B
JSON
{
|
|
"name": "engine.io-parser",
|
|
"version": "0.0.0",
|
|
"dependencies": {
|
|
"component/emitter": "0.0.6",
|
|
"visionmedia/debug": "*"
|
|
},
|
|
"main": "lib/index.js",
|
|
"scripts": [
|
|
"lib/index.js",
|
|
"lib/parser.js"
|
|
]
|
|
}
|