-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
33 lines (33 loc) · 1.15 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "beseda",
"version": "0.2.5",
"description": "Beseda is fast, well designed and featured Pub/Sub server. Beseda offers multiple platform API to develop realtime web applications.",
"keywords" : ["pub/sub", "commet", "bayeux", "realtime", "push", "WebSocket"],
"homepage": "http://geometria-lab.net",
"author": "Geometria Lab",
"contributors": [
{ "name": "Ivan Shumkov", "email": "[email protected]" },
{ "name": "Sergey Kononenko", "email": "[email protected]" }
],
"main": "./server",
"bin" : {
"beseda-client" : "./bin/client.js",
"beseda-server" : "./bin/server.js",
"beseda-benchmarks" : "./bin/benchmarks.js"
},
"repository": {
"type" : "git",
"url" : "git://github.com/geometria-lab/Beseda.git"
},
"dependencies" : {
"redis" : ">=0.6.6",
"cli" : ">=0.3.3",
"websocket-client" : "*",
"qs" : "*"
},
"engines" : [ "node >=0.4.11" ],
"licenses" : [{
"type" : "BSD",
"url" : "http://www.opensource.org/licenses/bsd-license.php"
}]
}