react-native-video/package.json

59 lines
1.5 KiB
JSON
Raw Normal View History

2015-03-30 23:07:55 -06:00
{
2017-08-16 13:19:51 -06:00
"name": "react-native-video",
2020-02-25 17:10:26 -07:00
"version": "5.1.0-alpha5",
2017-08-16 13:19:51 -06:00
"description": "A <Video /> element for react-native",
"main": "Video.js",
"license": "MIT",
"author": "Brent Vatne <brentvatne@gmail.com> (https://github.com/brentvatne)",
"contributors": [
{
2018-02-20 08:42:27 -07:00
"name": "Isaiah Grey",
"email": "isaiahgrey@gmail.com"
},
2017-08-16 13:19:51 -06:00
{
"name": "Johannes Lumpe",
"email": "johannes@lum.pe"
},
{
"name": "Baris Sencan",
"email": "baris.sncn@gmail.com"
2018-05-28 22:43:18 -06:00
},
{
"name": "Hampton Maxwell",
"email": "me@hamptonmaxwell.com"
2017-08-16 13:19:51 -06:00
}
],
"repository": {
"type": "git",
2019-01-22 03:48:53 -07:00
"url": "git@github.com:react-native-community/react-native-video.git"
},
2017-08-16 13:19:51 -06:00
"devDependencies": {
2020-02-25 17:10:26 -07:00
"@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"
2017-08-16 13:19:51 -06:00
},
"dependencies": {
2018-12-31 23:04:04 -07:00
"keymirror": "^0.1.1",
"prop-types": "^15.7.2",
"shaka-player": "^2.5.9"
2017-08-16 13:19:51 -06:00
},
"scripts": {
"lint": "yarn eslint *.js"
},
2018-12-31 23:04:04 -07:00
"files": [
2018-09-12 14:01:28 -06:00
"android-exoplayer",
"android",
2018-11-21 10:21:15 -07:00
"dom",
2018-09-12 14:01:28 -06:00
"ios",
"windows",
2018-11-21 10:21:15 -07:00
"FilterType.js",
2018-09-12 14:01:28 -06:00
"TextTrackType.js",
2018-11-21 10:21:15 -07:00
"VideoResizeMode.js",
"react-native-video.podspec"
2018-09-12 14:01:28 -06:00
]
}