forked from open-webrtc-toolkit/owt-client-javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.33 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": "owt-client-javascript",
"title": "Open WebRTC Toolkit JavaScript SDK",
"description": "Open WebRTC Toolkit JavaScript SDK",
"version": "4.2.1",
"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.1.2",
"@babel/preset-env": "^7.1.0",
"babelify": "^10.0.0",
"chai-as-promised": "^7.1.1",
"eslint-config-google": "^0.11.0",
"grunt": "^1.0.4",
"grunt-browserify": "^5.2.0",
"grunt-cli": "~1.3.1",
"grunt-contrib-clean": "~2.0.0",
"grunt-contrib-compress": "~1.4.3",
"grunt-contrib-concat": "~1.0.1",
"grunt-contrib-connect": "^2.0.0",
"grunt-contrib-copy": "~1.0.0",
"grunt-contrib-jshint": "^2.0.0",
"grunt-contrib-uglify-es": "git+https://github.com/gruntjs/grunt-contrib-uglify.git#ccb95a70cad6a4e9e902d3bd5d0e38a4de09a1e1",
"grunt-eslint": "^21.0.0",
"grunt-jsdoc": "^2.4.0",
"grunt-string-replace": "~1.3.1",
"ink-docstrap": "^1.3.2",
"sinon": "^7.1.1"
},
"engines": {
"node": ">=4.0"
},
"scripts": {
"postinstall": "cd scripts && grunt prepare"
}
}