forked from cordova-rtc/cordova-plugin-iosrtc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.22 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
{
"name": "cordova-plugin-iosrtc",
"version": "2.0.0",
"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.6",
"yaeti": "^0.0.4"
},
"devDependencies": {
"browserify": "^11.0.1",
"gulp": "git+https://github.com/gulpjs/gulp.git#4.0",
"gulp-filelog": "^0.4.1",
"gulp-header": "^1.7.1",
"gulp-jscs": "^2.0.0",
"gulp-jscs-stylish": "^1.1.2",
"gulp-jshint": "^1.11.2",
"jshint-stylish": "~2.0.1",
"vinyl-source-stream": "^1.1.0"
},
"cordova": {
"id": "cordova-plugin-iosrtc",
"platforms": [
"ios"
]
},
"engines": [
{
"name": "cordova-ios",
"version": ">=3.8.0"
}
]
}