Files
socket.io/package.json
Guillermo Rauch aaf07313c6 Release 2.1.5
2014-05-24 11:37:02 -07:00

29 lines
577 B
JSON

{
"name": "socket.io-parser",
"version": "2.1.5",
"description": "socket.io protocol parser",
"repository": {
"type": "git",
"url": "https://github.com/LearnBoost/socket.io-parser.git"
},
"dependencies": {
"debug": "0.7.4",
"json3": "3.2.6",
"emitter": "http://github.com/component/emitter/archive/1.0.1.tar.gz",
"isarray": "0.0.1"
},
"devDependencies": {
"mocha": "1.16.2",
"expect.js": "0.2.0",
"zuul": "1.6.3"
},
"component": {
"scripts": [
"index.js"
]
},
"scripts": {
"test": "make test"
}
}