-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
24 lines (19 loc) · 829 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"
, "description" : "Simple pub/sub messaging for the web"
, "homepage" : "http://faye.jcoglan.com"
, "author" : "James Coglan <[email protected]> (http://jcoglan.com/)"
, "keywords" : ["comet", "websocket", "pubsub", "bayeux", "ajax", "http"]
, "version" : "0.6.7"
, "engines" : {"node": ">=0.1.96"}
, "main" : "./faye-node"
, "dependencies" : {"redis": ""}
, "bugs" : "http://github.com/jcoglan/faye/issues"
, "licenses" : [ { "type" : "MIT"
, "url" : "http://www.opensource.org/licenses/mit-license.php"
}
]
, "repositories" : [ { "type" : "git"
, "url" : "git://github.com/jcoglan/faye.git"
}
]
}