mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
28 lines
672 B
JSON
28 lines
672 B
JSON
{
|
|
"name": "engine.io-parser",
|
|
"description": "Parser for the client for the realtime Engine",
|
|
"version": "1.0.0",
|
|
"homepage": "https://github.com/LearnBoost/engine.io-protocol",
|
|
"dependencies": {},
|
|
"devDependencies": {
|
|
"mocha": "*",
|
|
"expect.js": "*"
|
|
},
|
|
"dependencies": {
|
|
"base64-arraybuffer": "0.1.0",
|
|
"after": "0.8.1",
|
|
"arraybuffer.slice": "0.0.5"
|
|
},
|
|
"component": {
|
|
"scripts": {
|
|
"engine.io-parser/index.js": "lib/index.js",
|
|
"engine.io-parser/keys.js": "lib/keys.js"
|
|
}
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:LearnBoost/engine.io-protocol.git"
|
|
},
|
|
"browser": "./lib/browser.js"
|
|
}
|