UNPKG

1.65 kBJSONView Raw
1{
2 "name": "react-native-video",
3 "version": "4.3.1",
4 "description": "A <Video /> element for react-native",
5 "main": "Video.js",
6 "license": "MIT",
7 "author": "Brent Vatne <brentvatne@gmail.com> (https://github.com/brentvatne)",
8 "contributors": [
9 {
10 "name": "Isaiah Grey",
11 "email": "isaiahgrey@gmail.com"
12 },
13 {
14 "name": "Johannes Lumpe",
15 "email": "johannes@lum.pe"
16 },
17 {
18 "name": "Baris Sencan",
19 "email": "baris.sncn@gmail.com"
20 },
21 {
22 "name": "Hampton Maxwell",
23 "email": "me@hamptonmaxwell.com"
24 }
25 ],
26 "repository": {
27 "type": "git",
28 "url": "git@github.com:brentvatne/react-native-video.git"
29 },
30 "devDependencies": {
31 "babel-eslint": "5.0.0-beta8",
32 "eslint": "1.10.3",
33 "eslint-config-airbnb": "4.0.0",
34 "eslint-plugin-react": "3.16.1",
35 "react": "^16.7.0",
36 "react-dom": "^16.7.0",
37 "react-hot-loader": "^4.6.3",
38 "react-native": "^0.57.8"
39 },
40 "dependencies": {
41 "keymirror": "^0.1.1",
42 "prop-types": "^15.5.10",
43 "shaka-player": "^2.4.4"
44 },
45 "scripts": {
46 "test": "node_modules/.bin/eslint *.js"
47 },
48 "rnpm": {
49 "android": {
50 "sourceDir": "./android-exoplayer"
51 }
52 },
53 "files": [
54 "android-exoplayer",
55 "android",
56 "dom",
57 "ios",
58 "windows",
59 "FilterType.js",
60 "TextTrackType.js",
61 "VideoResizeMode.js",
62 "react-native-video.podspec"
63 ]
64}