-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
24 lines (19 loc) · 921 Bytes
/
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
{ "name" : "faye-cluster"
, "description" : "Decentralized clustering for Faye servers"
, "homepage" : "http://github.com/faye/faye-cluster-node"
, "author" : "James Coglan <[email protected]> (http://jcoglan.com/)"
, "keywords" : ["faye", "comet", "websocket", "pubsub", "bayeux"]
, "version" : "0.1.0"
, "engines" : {"node": ">=0.4.0"}
, "main" : "./lib/faye/websocket"
, "devDependencies" : {"faye": ">=0.7.1"}
, "bugs" : "http://github.com/faye/faye-cluster-node/issues"
, "licenses" : [ { "type" : "MIT"
, "url" : "http://www.opensource.org/licenses/mit-license.php"
}
]
, "repositories" : [ { "type" : "git"
, "url" : "git://github.com/faye/faye-cluster-node.git"
}
]
}