forked from persvr/tunguska
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 952 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "tunguska",
"author": "Kris Zyp",
"version": "0.3.0",
"description": "Distributed publish/subscribe hub with Comet-style delivery of messages to browsers",
"dependencies": [],
"keywords": [
"comet",
"pubsub"
],
"githubName": "tunguska",
"mappings":{
"patr": "http://github.com/kriszyp/patr/zipball/v0.2.1"
},
"licenses": [
{
"type": "AFLv2.1",
"url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L43"
},
{
"type": "BSD",
"url": "http://trac.dojotoolkit.org/browser/dojo/trunk/LICENSE#L13"
}
],
"maintainers": [
{
"name": "Kris Zyp",
"email": "kriszyp@gmail.com"
}
],
"repository": {
"type":"git",
"url":"http://github.com/kriszyp/tunguska"
},
"contributors": [
],
"directories": {
"lib": "."
},
"devDependencies":{
"patr": ">0.2.6"
},
"dependencies": {
"promised-io": ">=0.3.0"
}
}