41 lines
1.1 KiB
JSON
41 lines
1.1 KiB
JSON
{
|
|
"name": "react-native-video",
|
|
"version": "6.0.0-alpha.3",
|
|
"description": "A <Video /> element for react-native",
|
|
"main": "Video.js",
|
|
"license": "MIT",
|
|
"author": "Community Contributors",
|
|
"homepage": "https://github.com/react-native-video/react-native-video#readme",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git@github.com:react-native-video/react-native-video.git"
|
|
},
|
|
"devDependencies": {
|
|
"@react-native-community/eslint-config": "^0.0.5",
|
|
"eslint": "^6.5.1",
|
|
"react": "16.9.0",
|
|
"react-native": "0.61.5",
|
|
"react-native-windows": "^0.61.0-0"
|
|
},
|
|
"dependencies": {
|
|
"deprecated-react-native-prop-types": "^2.2.0",
|
|
"keymirror": "^0.1.1",
|
|
"prop-types": "^15.7.2"
|
|
},
|
|
"scripts": {
|
|
"lint": "yarn eslint .",
|
|
"xbasic": "yarn --cwd examples/basic"
|
|
},
|
|
"files": [
|
|
"android",
|
|
"ios",
|
|
"windows",
|
|
"FilterType.js",
|
|
"DRMType.js",
|
|
"TextTrackType.js",
|
|
"VideoResizeMode.js",
|
|
"react-native-video.podspec",
|
|
"docs"
|
|
]
|
|
}
|