Files
socket.io/package.json
Guillermo Rauch c4bfb06a72 Release 2.2.3
2015-02-03 16:28:11 -08:00

26 lines
520 B
JSON

{
"name": "socket.io-parser",
"version": "2.2.3",
"description": "socket.io protocol parser",
"repository": {
"type": "git",
"url": "https://github.com/Automattic/socket.io-parser.git"
},
"dependencies": {
"debug": "0.7.4",
"json3": "3.2.6",
"component-emitter": "1.1.2",
"isarray": "0.0.1",
"benchmark": "1.0.0"
},
"devDependencies": {
"mocha": "1.16.2",
"expect.js": "0.2.0",
"zuul": "1.6.3"
},
"scripts": {
"test": "make test"
},
"license": "MIT"
}