-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.01 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-captureconfig",
"version": "4.4.1",
"description": "Simple string definition -> WebRTC constraints",
"main": "index.js",
"scripts": {
"test": "browserify test/all.js | broth start | tap-spec",
"gendocs": "gendocs > README.md"
},
"stability": "unstable",
"repository": {
"type": "git",
"url": "https://github.com/rtc-io/rtc-captureconfig.git"
},
"keywords": [
"webrtc",
"rtc.io"
],
"author": "Damon Oehlman <[email protected]>",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/rtc-io/rtc-captureconfig/issues"
},
"devDependencies": {
"async": "^1.4.2",
"broth": "^2.2.0",
"browserify": "^13.0.0",
"crel": "^2.1.5",
"getusermedia": "^1.1.0",
"rtc-media": "^1.5.5",
"tap-spec": "^4.1.0",
"tape": "^4.0.0",
"travis-multirunner": "^4.3.1",
"zuul": "^3.0.0"
},
"dependencies": {
"cog": "^1.1.0",
"compare-versions": "^1.1.2",
"detect-browser": "^4.6.0",
"rtc-core": "^4.0.0"
}
}