forked from open-webrtc-toolkit/owt-client-javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.93 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.93 KB
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
{
"name": "owt-client-javascript",
"title": "Open WebRTC Toolkit JavaScript SDK",
"description": "Open WebRTC Toolkit JavaScript SDK",
"version": "5.0.0",
"homepage": "https://webrtc.intel.com",
"author": "Intel WebRTC team",
"contributors": [
"Markus Chou <yue.y.zhou@intel.com>",
"Xiaoyun Zhao <xiaoyun.zhao@intel.com>",
"Jianjun Zhu <jianjun.zhu@intel.com>"
],
"keywords": [
"webrtc",
"library",
"sdk",
"mcu"
],
"devDependencies": {
"@babel/core": "^7.11.6",
"@babel/plugin-transform-async-to-generator": "^7.8.3",
"@babel/plugin-transform-runtime": "^7.12.1",
"@babel/preset-env": "^7.11.5",
"@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.3.0",
"grunt-browserify": "^5.2.0",
"grunt-cli": "^1.3.2",
"grunt-contrib-clean": "~2.0.0",
"grunt-contrib-compress": "^1.6.0",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-connect": "^2.1.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-jshint": "^2.1.0",
"grunt-contrib-uglify-es": "git+https://github.com/gruntjs/grunt-contrib-uglify.git#ccb95a70cad6a4e9e902d3bd5d0e38a4de09a1e1",
"grunt-eslint": "^21.1.0",
"grunt-jsdoc": "^2.4.1",
"grunt-string-replace": "~1.3.1",
"ink-docstrap": "^1.3.2",
"karma": "^6.1.2",
"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": "^8.3.1",
"sinon": "^7.5.0"
},
"engines": {
"node": ">=4.0"
},
"scripts": {
"postinstall": "cd scripts && grunt prepare",
"unittest": "node ./node_modules/karma/bin/karma start test/unit/karma/ci.config.js"
}
}