加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.33 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "owt-client-javascript",
"title": "Open WebRTC Toolkit JavaScript SDK",
"description": "Open WebRTC Toolkit JavaScript SDK",
"version": "4.3.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.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"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化