mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-08-05 16:58:59 +00:00
22 lines
556 B
JSON
22 lines
556 B
JSON
{
|
|
"name" : "websocket-client",
|
|
"version" : "1.0.0",
|
|
"description" : "An HTML5 Web Sockets client",
|
|
"author" : "Peter Griess <pg@std.in>",
|
|
"engines" : {
|
|
"node" : ">=0.1.98"
|
|
},
|
|
"repositories" : [
|
|
{
|
|
"type" : "git",
|
|
"url" : "http://github.com/pgriess/node-websocket-client.git"
|
|
}
|
|
],
|
|
"licenses" : [
|
|
{
|
|
"type" : "BSD",
|
|
"url" : "http://github.com/pgriess/node-websocket-client/blob/master/LICENSE"
|
|
}
|
|
],
|
|
"main" : "./lib/websocket"
|
|
}
|