Files
socket.io/package.json
Guillermo Rauch 859338a4ae Release 1.1.0
2014-07-16 15:17:49 -07:00

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"
}