1 Star 0 Fork 0

hanwenbo / react-native-video

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
package.json 1.49 KB
一键复制 编辑 原始数据 按行查看 历史
Benoit Dion 提交于 2020-02-25 19:10 . v5.1.0-alpha5
{
"name": "react-native-video",
"version": "5.1.0-alpha5",
"description": "A <Video /> element for react-native",
"main": "Video.js",
"license": "MIT",
"author": "Brent Vatne <brentvatne@gmail.com> (https://github.com/brentvatne)",
"contributors": [
{
"name": "Isaiah Grey",
"email": "isaiahgrey@gmail.com"
},
{
"name": "Johannes Lumpe",
"email": "johannes@lum.pe"
},
{
"name": "Baris Sencan",
"email": "baris.sncn@gmail.com"
},
{
"name": "Hampton Maxwell",
"email": "me@hamptonmaxwell.com"
}
],
"repository": {
"type": "git",
"url": "git@github.com:react-native-community/react-native-video.git"
},
"devDependencies": {
"@react-native-community/eslint-config": "0.0.7",
"babel-eslint": "10.0.3",
"eslint": "6.8.0",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-hot-loader": "^4.12.19",
"react-native": "^0.61.5"
},
"dependencies": {
"keymirror": "^0.1.1",
"prop-types": "^15.7.2",
"shaka-player": "^2.5.9"
},
"scripts": {
"lint": "yarn eslint *.js"
},
"files": [
"android-exoplayer",
"android",
"dom",
"ios",
"windows",
"FilterType.js",
"TextTrackType.js",
"VideoResizeMode.js",
"react-native-video.podspec"
]
}
1
https://gitee.com/hanwenbo/react-native-video.git
git@gitee.com:hanwenbo/react-native-video.git
hanwenbo
react-native-video
react-native-video
master

搜索帮助