react-native-video/package.json

60 lines
1.5 KiB
JSON
Raw Normal View History

2015-03-30 22:07:55 -07:00
{
2017-08-16 15:19:51 -04:00
"name": "react-native-video",
2019-07-25 10:12:36 +02:00
"version": "5.0.0",
2017-08-16 15:19:51 -04: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 10:42:27 -05:00
"name": "Isaiah Grey",
"email": "isaiahgrey@gmail.com"
},
2017-08-16 15:19:51 -04:00
{
"name": "Johannes Lumpe",
"email": "johannes@lum.pe"
},
{
"name": "Baris Sencan",
"email": "baris.sncn@gmail.com"
2018-05-28 21:43:18 -07:00
},
{
"name": "Hampton Maxwell",
"email": "me@hamptonmaxwell.com"
2017-08-16 15:19:51 -04:00
}
],
"repository": {
"type": "git",
2019-01-22 11:48:53 +01:00
"url": "git@github.com:react-native-community/react-native-video.git"
},
2017-08-16 15:19:51 -04:00
"devDependencies": {
"babel-eslint": "5.0.0-beta8",
2018-12-31 22:04:04 -08:00
"eslint": "1.10.3",
"eslint-config-airbnb": "4.0.0",
2017-08-16 15:19:51 -04:00
"eslint-plugin-react": "3.16.1",
2018-12-31 22:04:04 -08:00
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-hot-loader": "^4.6.3",
"react-native": "^0.57.8"
2017-08-16 15:19:51 -04:00
},
"dependencies": {
2018-12-31 22:04:04 -08:00
"keymirror": "^0.1.1",
"prop-types": "^15.5.10",
2018-12-31 22:04:04 -08:00
"shaka-player": "^2.4.4"
2017-08-16 15:19:51 -04:00
},
"scripts": {
"test": "node_modules/.bin/eslint *.js"
},
2018-12-31 22:04:04 -08:00
"files": [
2018-09-12 23:01:28 +03:00
"android-exoplayer",
"android",
2018-11-21 09:21:15 -08:00
"dom",
2018-09-12 23:01:28 +03:00
"ios",
"windows",
2018-11-21 09:21:15 -08:00
"FilterType.js",
2018-09-12 23:01:28 +03:00
"TextTrackType.js",
2018-11-21 09:21:15 -08:00
"VideoResizeMode.js",
"react-native-video.podspec"
2018-09-12 23:01:28 +03:00
]
}