-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
42 lines (42 loc) · 1.02 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
{
"name": "rtc-sip",
"version": "1.1.0",
"description": "Compatibility layer for working with SIP (custom media handling for SIP.js)",
"main": "index.js",
"stability": "experimental",
"scripts": {
"gendocs": "gendocs > README.md",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/rtc-io/rtc-sip.git"
},
"keywords": [
"rtc.io",
"webrtc",
"sip"
],
"author": "Damon Oehlman <damon.oehlman@nicta.com.au>",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/rtc-io/rtc-sip/issues"
},
"homepage": "https://github.com/rtc-io/rtc-sip",
"dependencies": {
"cog": "^1.0.0",
"eventemitter3": "^1.1.1",
"inherits": "^2.0.1",
"observ-ice": "^1.0.0",
"rtc-capture": "^1.0.2",
"rtc-core": "^4.0.0",
"rtc-taskqueue": "^2.4.0",
"whisk": "^1.3.0"
},
"devDependencies": {
"crel": "^2.1.5",
"rtc-capture": "^1.0.2",
"rtc-plugin-nicta-ios": "^1.5.1",
"sip.js": "^0.7.0"
}
}