-
Notifications
You must be signed in to change notification settings - Fork 40
/
package.json
47 lines (47 loc) · 1.08 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
{
"name": "mediasoup-website",
"version": "3.0.0",
"private": true,
"description": "mediasoup website",
"main": "lib/index.js",
"homepage": "https://mediasoup.org",
"repository": {
"type": "git",
"url": "https://github.com/versatica/mediasoup-website.git"
},
"author": "Iñaki Baz Castillo <ibc@aliax.net>",
"license": "LicenseRef-LICENSE",
"engines": {
"node": ">=18"
},
"browserify": {
"transform": [
"browserify-shim"
]
},
"browserify-shim": {
"anchor-js": "anchors"
},
"dependencies": {
"anchor-js": "^5.0.0",
"domready": "^1.0.8",
"dontscrollthebody": "^0.1.0",
"hammerjs": "^2.0.8"
},
"devDependencies": {
"@octokit/rest": "^20.0.1",
"browserify": "^17.0.0",
"browserify-shim": "^3.8.16",
"del": "^7.1.0",
"gulp": "^4.0.2",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-shell": "^0.8.0",
"gulp-sitemap": "^8.0.0",
"gulp-uglify-es": "^3.0.0",
"request": "^2.88.0",
"rsyncwrapper": "^3.0.1",
"vinyl-buffer": "^1.0.1",
"vinyl-source-stream": "^2.0.0"
}
}