-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
100 lines (100 loc) · 2.43 KB
/
package.json
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
95
96
97
98
99
100
{
"_args": [
[
"D:\\ReactNative\\Projects\\farayad"
]
],
"_from": "[email protected]",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-jm1Yf1S3ZqrsbUo+3v9nUaQz/eD4kytzkm8jfDEvKzg/EEzci1EzjLSZqQcNtyLg1fvfkyRbvvzUYhS2SjdKPA==",
"_location": "/react-native-video",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "[email protected]",
"name": "react-native-video",
"escapedName": "react-native-video",
"rawSpec": "4.4.5",
"saveSpec": null,
"fetchSpec": "4.4.5"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/react-native-video/-/react-native-video-4.4.5.tgz",
"_spec": "4.4.5",
"_where": "D:\\ReactNative\\Projects\\farayad",
"author": {
"name": "Brent Vatne",
"email": "[email protected]",
"url": "https://github.com/brentvatne"
},
"bugs": {
"url": "https://github.com/react-native-community/react-native-video/issues"
},
"contributors": [
{
"name": "Isaiah Grey",
"email": "[email protected]"
},
{
"name": "Johannes Lumpe",
"email": "[email protected]"
},
{
"name": "Baris Sencan",
"email": "[email protected]"
},
{
"name": "Hampton Maxwell",
"email": "[email protected]"
}
],
"dependencies": {
"keymirror": "^0.1.1",
"prop-types": "^15.5.10",
"shaka-player": "^2.4.4"
},
"description": "A <Video /> element for react-native",
"devDependencies": {
"babel-eslint": "5.0.0-beta8",
"eslint": "1.10.3",
"eslint-config-airbnb": "4.0.0",
"eslint-plugin-react": "3.16.1",
"react": "^16.7.0",
"react-dom": "^16.7.0",
"react-hot-loader": "^4.6.3",
"react-native": "^0.57.8"
},
"files": [
"android-exoplayer",
"android",
"dom",
"ios",
"windows",
"FilterType.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://[email protected]/react-native-community/react-native-video.git"
},
"rnpm": {
"android": {
"sourceDir": "./android-exoplayer"
}
},
"scripts": {
"test": "eslint *.js"
},
"version": "4.4.5"
}