-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 2.71 KB
/
Copy pathpackage.json
File metadata and controls
94 lines (94 loc) · 2.71 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"_args": [
[
"git+https://github.com/AnassHmida/react-native-video-drm.git#dev",
"C:\\Users\\anas\\Desktop\\swann\\swann-mobile-app"
]
],
"_from": "git+https://github.com/AnassHmida/react-native-video-drm.git#dev",
"_id": "react-native-video@git+https://github.com/AnassHmida/react-native-video-drm.git#5aa909a6ee08586ea29d770da5e6fa2d5ce846ec",
"_inBundle": false,
"_integrity": "",
"_location": "/react-native-video",
"_phantomChildren": {},
"_requested": {
"type": "git",
"raw": "git+https://github.com/AnassHmida/react-native-video-drm.git#dev",
"rawSpec": "git+https://github.com/AnassHmida/react-native-video-drm.git#dev",
"saveSpec": "git+https://github.com/AnassHmida/react-native-video-drm.git#dev",
"fetchSpec": "https://github.com/AnassHmida/react-native-video-drm.git",
"gitCommittish": "dev"
},
"_requiredBy": [
"/"
],
"_resolved": "git+https://github.com/AnassHmida/react-native-video-drm.git#5aa909a6ee08586ea29d770da5e6fa2d5ce846ec",
"_spec": "git+https://github.com/AnassHmida/react-native-video-drm.git#dev",
"_where": "C:\\Users\\anas\\Desktop\\swann\\swann-mobile-app",
"author": {
"name": "Brent Vatne",
"email": "brentvatne@gmail.com",
"url": "https://github.com/brentvatne"
},
"bugs": {
"url": "https://github.com/react-native-community/react-native-video/issues"
},
"contributors": [
{
"name": "Isaiah Grey",
"email": "isaiahgrey@gmail.com"
},
{
"name": "Johannes Lumpe",
"email": "johannes@lum.pe"
},
{
"name": "Baris Sencan",
"email": "baris.sncn@gmail.com"
},
{
"name": "Hampton Maxwell",
"email": "me@hamptonmaxwell.com"
}
],
"dependencies": {
"keymirror": "^0.1.1",
"prop-types": "^15.7.2",
"shaka-player": "^2.5.9"
},
"deprecated": false,
"description": "A <Video /> element for react-native",
"devDependencies": {
"@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"
},
"files": [
"android-exoplayer",
"android",
"dom",
"ios",
"windows",
"FilterType.js",
"DRMType.js",
"TextTrackType.js",
"VideoResizeMode.js",
"react-native-video.podspec"
],
"homepage": "https://github.com/react-native-community/react-native-video#readme",
"license": "MIT",
"main": "Video.js",
"name": "react-native-video",
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/react-native-community/react-native-video.git"
},
"scripts": {
"lint": "yarn eslint *.js"
},
"version": "5.1.0-alpha8"
}