-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
42 lines (42 loc) · 1.03 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-capture",
"version": "2.0.0",
"description": "Cross browser getUserMedia implementation with support for rtc.io plugins",
"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-capture.git"
},
"keywords": [
"webrtc",
"mediacapture",
"getusermedia"
],
"author": "Damon Oehlman <[email protected]>",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/rtc-io/rtc-capture/issues"
},
"homepage": "https://github.com/rtc-io/rtc-capture",
"testling": {
"files": "test/all.js"
},
"dependencies": {
"rtc-core": "^4.0.0"
},
"devDependencies": {
"broth": "^2.1.1",
"browserify": "^11.0.0",
"cog": "^1.0.0",
"rtc-plugin-nicta-ios": "^1.3.4",
"rtc-plugin-temasys": "^1.1.0",
"tap-spec": "^4.0.2",
"tape": "^3.0.0",
"travis-multirunner": "^4.3.1"
}
}