-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 loc) · 1.38 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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"name" : "postal.socketio",
"description" : "postal.js/postal.federation plugin for federating instances of postal.js across socket.io (http://socket.io/).",
"version" : "0.1.0",
"homepage" : "http://github.com/ifandelse/postal.socketio",
"repository" : {
"type" : "git",
"url" : "git://github.com/ifandelse/postal.socketio.git"
},
"author" : "Jim Cowart (http://freshbrewedcode.com/jimcowart)",
"contributors": [
{
"name" : "Jim Cowart",
"email" : "[email protected]",
"url" : "http://freshbrewedcode.com/jimcowart"
}
],
"keywords" : [
""
],
"bugs" : {
"email" : "[email protected]",
"url" : "http://github.com/ifandelse/postal.socketio/issues"
},
"directories" : { "lib" : "lib" },
"main" : "lib/postal.socketio.js",
"engines" : {
"node" : ">=0.4.0"
},
"dependencies" : {
"underscore" : ">=1.1.7",
"postal" : ">=0.8.4",
"postal.federation" : ">=0.2.3",
"socket.io" : ">=0.9.11",
"machina" : ">=0.3.4"
},
"bundleDependencies" : [ "underscore" ],
"devDependencies" : {},
"licenses" : [
{
"type" : "MIT",
"url" : "http://opensource.org/licenses/MIT"
},
{
"type" : "GPL",
"url" : "http://opensource.org/licenses/GPL-2.0"
}
]
}