forked from cordova-rtc/cordova-plugin-iosrtc
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
51 lines (51 loc) · 1.25 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
43
44
45
46
47
48
49
50
51
{
"name": "cordova-plugin-iosrtc",
"version": "3.2.2",
"description": "Cordova iOS plugin exposing the full WebRTC W3C JavaScript APIs",
"author": "Iñaki Baz Castillo at eFace2Face, inc. (https://eface2face.com)",
"license": "MIT",
"keywords": [
"ecosystem:cordova",
"webrtc",
"ios"
],
"main": "js/iosrtc.js",
"homepage": "https://github.com/eface2face/cordova-plugin-iosrtc",
"repository": {
"type": "git",
"url": "git+https://github.com/eface2face/cordova-plugin-iosrtc.git"
},
"bugs": {
"url": "https://github.com/eface2face/cordova-plugin-iosrtc/issues"
},
"dependencies": {
"debug": "^2.2.0",
"domready": "^1.0.8",
"random-number": "^0.0.7",
"yaeti": "^0.0.6"
},
"devDependencies": {
"browserify": "^13.0.1",
"gulp": "git+https://github.com/gulpjs/gulp.git#4.0",
"gulp-header": "^1.8.7",
"gulp-jscs": "^4.0.0",
"gulp-jscs-stylish": "^1.4.0",
"gulp-jshint": "^2.0.1",
"jshint": "^2.9.2",
"jshint-stylish": "~2.2.0",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0"
},
"cordova": {
"id": "cordova-plugin-iosrtc",
"platforms": [
"ios"
]
},
"engines": [
{
"name": "cordova-ios",
"version": ">=3.8.0"
}
]
}