This repository has been archived by the owner on Oct 25, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 127
/
package.json
65 lines (65 loc) · 1.82 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
{
"name": "owt-client-javascript",
"title": "Open WebRTC Toolkit JavaScript SDK",
"description": "Open WebRTC Toolkit JavaScript SDK",
"version": "5.1.0",
"homepage": "https://webrtc.intel.com",
"author": "Open WebRTC Toolkit authors",
"keywords": [
"webrtc",
"library",
"sdk",
"mcu"
],
"devDependencies": {
"@babel/core": "^7.22.8",
"@babel/plugin-transform-async-to-generator": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.22.20",
"@babel/runtime": "^7.12.1",
"@chiragrupani/karma-chromium-edge-launcher": "^2.1.0",
"babelify": "^10.0.0",
"chai": "^4.3.3",
"chai-as-promised": "^7.1.1",
"eslint-config-google": "^0.11.0",
"eslint-config-webrtc": "^1.0.0",
"grunt": "^1.5.3",
"grunt-browserify": "^6.0.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "~2.0.0",
"grunt-contrib-compress": "^2.0.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-connect": "^2.1.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-uglify": "^5.0.1",
"grunt-eslint": "^24.2.0",
"grunt-jsdoc": "^2.4.1",
"grunt-string-replace": "~1.3.1",
"ink-docstrap": "^1.3.2",
"karma": "^6.3.16",
"karma-chai": "^0.1.0",
"karma-chrome-launcher": "^3.1.0",
"karma-firefox-launcher": "^2.1.0",
"karma-mocha": "^2.0.1",
"karma-mocha-reporter": "^2.2.5",
"karma-safari-launcher": "^1.0.0",
"mocha": "^10.0.0",
"sinon": "^7.5.0"
},
"overrides": {
"grunt-jsdoc": {
"jsdoc": "^4.0.0"
},
"ink-docstrap": {
"sanitize-html": "^2.3.2"
},
"semver": "^7.5.2"
},
"engines": {
"node": ">=16.0"
},
"scripts": {
"postinstall": "cd scripts && grunt prepare",
"unittest": "node ./node_modules/karma/bin/karma start test/unit/config/karma.config.js"
}
}