-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
45 lines (37 loc) · 932 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
{
"name" : "easyrtc",
"version" : "1.0.10",
"homepage" : "http://www.easyrtc.com/",
"author" : "Priologic Software Inc. <info@priologic.com> (http://priologic.com/)",
"description" : "EasyRTC enables quick development of webRTC",
"contributors": [
"Doug Pelton <doug@priologic.com>",
"Rod Apeldoorn <rod.apeldoorn@priologic.com>",
"Eric Davies <eric.davies@priologic.com>"
],
"keywords": [
"webRTC",
"easy",
"EasyRTC",
"RTC",
"server"
],
"repository": {
"type" : "git",
"url" : "https://github.com/priologic/easyrtc.git"
},
"bugs": {
"url" : "https://github.com/priologic/easyrtc/issues"
},
"main" : "index",
"dependencies" : {
"async" : "0.2.x",
"colors" : "*",
"underscore": "1.5.x"
},
"analyze" : false,
"license" : "BSD2",
"engines": {
"node" : ">=0.8"
}
}