Files
socket.io/package.json
Sweet fe36cae750 index.js: Added in
package.json: added the repo
2013-01-19 14:24:10 -08:00

22 lines
524 B
JSON

{
"name": "engine.io-parser",
"description": "Parser for the client for the realtime Engine",
"version": "0.1.0",
"homepage": "https://github.com/LearnBoost/engine.io-protocol",
"dependencies": {},
"devDependencies": {
"mocha": "*",
"expect.js": "*"
},
"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"
}
}