forked from open-webrtc-toolkit/owt-client-javascript
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.28 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
{
"name": "oms-javascript",
"title": "Open Media Streamer JavaScript SDK",
"description": "Open Media Streamer JavaScript SDK",
"version": "4.1.0",
"homepage": "https://webrtc.intel.com",
"author": "Intel WebRTC team",
"contributors": [
"Markus Chou <[email protected]>",
"Xiaoyun Zhao <[email protected]>",
"Jianjun Zhu <[email protected]>"
],
"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",
"grunt": "~1.0.3",
"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.2.1",
"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"
}
}