-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 1.38 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-plugin-temasys",
"version": "1.1.2",
"description": "An rtc.io module for interacting with the Temasys IE/Safari WebRTC plugin",
"main": "index.js",
"scripts": {
"browserify": "mkdir -p dist && browserify index.js -s RTC.Temasys --debug | exorcist dist/rtc-temasys.js.map > dist/rtc-temasys.js",
"uglify": "uglifyjs --mangle --compress --in-source-map dist/rtc-temasys.js.map --source-map-include-sources --source-map dist/rtc-temasys.min.js.map --source-map-url rtc-temasys.min.js.map --output dist/rtc-temasys.min.js dist/rtc-temasys.js",
"build": "npm run browserify && npm run uglify",
"test": "echo \"Error: no test specified\" && exit 1",
"gendocs": "gendocs > README.md"
},
"repository": {
"type": "git",
"url": "https://github.com/rtc-io/rtc-plugin-temasys.git"
},
"keywords": [
"rtc.io",
"webrtc",
"plugin",
"temasys"
],
"author": "Damon Oehlman <[email protected]>",
"license": "Apache 2.0",
"bugs": {
"url": "https://github.com/rtc-io/rtc-plugin-temasys/issues"
},
"homepage": "https://github.com/rtc-io/rtc-plugin-temasys",
"dependencies": {
"crel": "^2.1.5",
"fdom": "^1.2.0"
},
"devDependencies": {
"cog": "^1.0.0",
"freeice": "^2.2.0",
"rtc": "^3.3.0",
"rtc-attach": "^2.0.1",
"rtc-capture": "^1.0.0",
"rtc-media": "^2.0.1",
"rtc-quickconnect": "^4.1.5"
}
}