加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
package.json 1.22 KB
一键复制 编辑 原始数据 按行查看 历史
kreopt 提交于 2018-03-04 20:08 . * v0.3.13
{
"name": "streamedian",
"version": "0.3.13",
"description": "HTML5 MSE RTSP player over websockets",
"license": "Apache2",
"author": "Streamedian <streamedian.player@gmail.com> (http://streamedian.com/)",
"homepage": "http://streamedian.com/",
"keywords": [
"html5",
"rtsp",
"mse",
"streaming"
],
"contributors": [
{
"name": "Alexey Gornostaev",
"email": "kreopt@gmail.com",
"url": "https://github.com/kreopt/"
}
],
"repository": {
"type": "git",
"url": "https://github.com/Streamedian/html5_rtsp_player.git"
},
"bugs": {
"url": "https://github.com/Streamedian/html5_rtsp_player/issues",
"email": "specforge@gmail.com"
},
"devDependencies": {
"babel-preset-es2015-rollup": "^3.0.0",
"rollup": "^0.33.2",
"rollup-plugin-alias": "^1.4.0",
"rollup-plugin-async": "^1.2.0",
"rollup-plugin-babel": "^2.7.1",
"rollup-plugin-buble": "^0.17.0",
"rollup-plugin-node-resolve": "^1.7.3",
"rollup-plugin-uglify": "^2.0.1"
},
"dependencies": {
"babel-polyfill": "^6.26.0",
"bp_event": "^1.1.2",
"bp_logger": "^1.0.3",
"bp_statemachine": "^1.0.13",
"jsencrypt": "git+https://github.com/kreopt/jsencrypt.git"
}
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化