forked from butorenjin/easyrtc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
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.12",
"homepage" : "http://www.easyrtc.com/",
"author" : "Priologic Software Inc. <[email protected]> (http://priologic.com/)",
"description" : "EasyRTC enables quick development of webRTC",
"contributors": [
"Doug Pelton <[email protected]>",
"Rod Apeldoorn <[email protected]>",
"Eric Davies <[email protected]>"
],
"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"
}
}