-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
55 lines (55 loc) · 1.42 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
{
"name": "react-native-sylkrtc",
"version": "1.6.4",
"main": "lib/sylkrtc.js",
"description": "SylkServer WebRTC Gateway client library for react-native",
"repository": {
"type": "git",
"url": "git://github.com/AGProjects/sylkrtc.git"
},
"keywords": [],
"author": "AG Projects",
"contributors": [
"Tijmen de Mes <[email protected]>",
"Saúl Ibarra Corretgé <[email protected]>"
],
"license": "MIT",
"readmeFilename": "README.md",
"browserify": {
"transform": [
"babelify"
]
},
"dependencies": {
"@rifflearning/attachmediastream": "^3.0.0",
"async": "^3.1.0",
"blueimp-md5": "^2.19.0",
"bowser": "^2.11.0",
"debug": "^4.3.3",
"react-native-device-info": "^5.5.4",
"react-native-get-random-values": "^1.4.0",
"react-native-uuid": "^1.4.9",
"sdp-transform": "^2.14.1",
"webrtc-adapter": "^6.4.8",
"websocket": "^1.0.34",
"xss": "^1.0.8"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-preset-es2015": "^6.9.0",
"babelify": "^8.0.0",
"browserify": "^16.5.1",
"gulp": "^4.0.2",
"gulp-filelog": "^0.4.1",
"gulp-header": "^2.0.9",
"gulp-jshint": "^2.0.1",
"gulp-sourcemaps": "^2.6.1",
"gulp-uglify": "^3.0.0",
"jshint": "^2.9.5",
"jshint-stylish": "^2.2.0",
"minimist": "^1.2.0",
"through2": "^3.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^2.0.0"
}
}