加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.00 KB
一键复制 编辑 原始数据 按行查看 历史
{
"name": "webrtc-samples",
"version": "1.0.0",
"description": "Project checking for WebRTC GitHub samples repo",
"keywords": [
"webrtc",
"demos",
"samples",
"javascript"
],
"homepage": "https://github.com/webrtc/samples",
"bugs": {
"url": "https://github.com/webrtc/samples/issues"
},
"license": "BSD-3-Clause",
"author": "The WebRTC project authors",
"main": "Gruntfile.js",
"repository": {
"type": "git",
"url": "https://github.com/webrtc/samples.git"
},
"scripts": {
"test": "grunt && start-tests"
},
"devDependencies": {
"eslint-config-webrtc": "^1.0.0",
"express": "^4.14.1",
"faucet": "0.0.1",
"grunt": "^0.4.5",
"grunt-cli": ">=0.1.9",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-csslint": ">=0.3.1",
"grunt-eslint": "^17.2.0",
"grunt-githooks": "^0.3.1",
"grunt-htmlhint": ">=0.9.12",
"pem": "^1.9.4",
"webrtc-utilities": "^1.0.0",
"geckodriver": "1.4.0",
"selenium-webdriver": "3.3.0"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化