mirror of
https://github.com/socketio/socket.io.git
synced 2026-04-30 03:00:39 -04:00
18 lines
444 B
JSON
18 lines
444 B
JSON
{ "name" : "socket.io"
|
|
, "description" : "The cross-browser WebSocket"
|
|
, "version" : "0.6.1"
|
|
, "author" : "LearnBoost"
|
|
, "licenses" :
|
|
[ { "type" : "MIT"
|
|
, "url" : "http://github.com/learnboost/Socket.IO-node/raw/master/README.md"
|
|
}
|
|
]
|
|
, "repository" :
|
|
{ "type" : "git"
|
|
, "url" : "http://github.com/learnboost/Socket.IO-node.git"
|
|
}
|
|
, "engine" : [ "node >=0.1.102" ]
|
|
, "main" : "./index"
|
|
, "scripts" : { "test" : "make test" }
|
|
}
|