mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
33 lines
755 B
JSON
33 lines
755 B
JSON
{
|
|
"name": "engine.io-parser",
|
|
"description": "Parser for the client for the realtime Engine",
|
|
"version": "1.1.0",
|
|
"homepage": "https://github.com/LearnBoost/engine.io-protocol",
|
|
"devDependencies": {
|
|
"mocha": "*",
|
|
"expect.js": "*",
|
|
"zuul": "1.6.3"
|
|
},
|
|
"dependencies": {
|
|
"base64-arraybuffer": "0.1.2",
|
|
"after": "0.8.1",
|
|
"arraybuffer.slice": "0.0.6",
|
|
"blob": "0.0.2",
|
|
"utf8": "2.0.0"
|
|
},
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"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-parser.git"
|
|
},
|
|
"browser": "./lib/browser.js"
|
|
}
|