-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
55 lines (55 loc) · 1.41 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": "sylkrtc",
"version": "1.7.6",
"main": "lib/sylkrtc.js",
"description": "SylkServer WebRTC Gateway client library",
"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",
"blueimp-md5": "^2.19.0",
"bowser": "^2.11.0",
"debug": "^4.3.3",
"dompurify": "^2.0.10",
"openpgp": "tijmenNL/openpgpjs#4eb26e0",
"regenerator-runtime": "^0.13.9",
"sdp-transform": "^2.14.1",
"uuid": "^7.0.3",
"webrtc-adapter": "^6.4.8",
"websocket": "^1.0.34"
},
"devDependencies": {
"@babel/core": "^7.0.0",
"@babel/plugin-proposal-object-rest-spread": "^7.0.0",
"@babel/preset-env": "^7.0.0",
"babelify": "^10.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.13.4",
"jshint-stylish": "^2.2.0",
"minimist": "^1.2.0",
"through2": "^3.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^2.0.0"
}
}