-
-
Notifications
You must be signed in to change notification settings - Fork 338
/
package.json
69 lines (69 loc) · 1.7 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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
{
"name": "cordova-plugin-iosrtc",
"version": "8.0.4",
"description": "Cordova iOS plugin exposing the full WebRTC W3C JavaScript APIs",
"author": "Iñaki Baz Castillo (https://inakibaz.me)",
"contributors": [
"Saúl Ibarra Corretgé (http://bettercallsaghul.com)",
"Iñaki Baz Castillo (https://inakibaz.me)",
"Harold Thetiot (https://sylaps.com)"
],
"license": "MIT",
"keywords": [
"cordova",
"ecosystem:cordova",
"webrtc",
"ios",
"cordova-ios",
"cordova:plugin"
],
"main": "js/iosrtc.js",
"homepage": "https://github.com/cordova-rtc/cordova-plugin-iosrtc",
"repository": {
"type": "git",
"url": "git+https://github.com/cordova-rtc/cordova-plugin-iosrtc.git"
},
"bugs": {
"url": "https://github.com/cordova-rtc/cordova-plugin-iosrtc/issues"
},
"scripts": {
"lint": "gulp lint && eslint '**/*.js'",
"lint-fix": "eslint --fix '**/*.js'",
"build": "gulp browserify"
},
"dependencies": {
"debug": "^4.1.1",
"domready": "^1.0.8",
"html-entities": "^1.2.1",
"random-number": "^0.0.7",
"xcode": "^3.0.1",
"yaeti": "^1.0.2"
},
"devDependencies": {
"browserify": "^14.4.0",
"eslint": "7.12.1",
"eslint-config-prettier": "6.15.0",
"eslint-plugin-prettier": "3.1.4",
"gulp": "^4.0.2",
"gulp-derequire": "^2.1.1",
"gulp-header": "^2.0.9",
"gulp-jshint": "^2.0.4",
"jshint": "^2.9.4",
"jshint-stylish": "~2.2.1",
"prettier": "2.1.2",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
},
"cordova": {
"id": "cordova-plugin-iosrtc",
"platforms": [
"ios"
]
},
"engines": [
{
"name": "cordova-ios",
"version": ">=5.0.1"
}
]
}