mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
29 lines
577 B
JSON
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"
|
|
}
|
|
}
|