react-native-video/package.json

61 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",
2018-12-13 20:38:32 -07:00
"version": "4.2.1",
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",
"url": "git@github.com:brentvatne/react-native-video.git"
},
2017-08-16 13:19:51 -06:00
"devDependencies": {
"eslint": "1.10.3",
"babel-eslint": "5.0.0-beta8",
"eslint-plugin-react": "3.16.1",
"eslint-config-airbnb": "4.0.0"
},
"dependencies": {
"keymirror": "0.1.1",
"prop-types": "^15.5.10",
"shaka-player": "2.4.4"
2017-08-16 13:19:51 -06:00
},
"scripts": {
"test": "node_modules/.bin/eslint *.js"
},
"rnpm": {
"android": {
"sourceDir": "./android-exoplayer"
}
2018-09-12 14:01:28 -06:00
},
"files":[
"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
]
}