Files
socket.io/package.json
Guillermo Rauch 361429b076 Release 1.1.2
2014-02-11 10:14:33 -08:00

23 lines
414 B
JSON

{
"name": "socket.io-parser",
"version": "1.1.2",
"description": "socket.io protocol parser",
"repository":{
"type": "git",
"url": "https://github.com/LearnBoost/socket.io-protocol.git"
},
"dependencies": {
"debug": "0.7.4",
"json3": "3.3.0"
},
"devDependencies": {
"mocha": "1.16.2",
"expect.js": "0.2.0"
},
"component": {
"scripts": [
"index.js"
]
}
}