forked from TheWidlarzGroup/react-native-video
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
54 lines (54 loc) · 1.44 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
{
"name": "react-native-video",
"version": "5.1.1",
"description": "A <Video /> element for react-native",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"license": "MIT",
"author": "Brent Vatne <[email protected]> (https://github.com/brentvatne)",
"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]"
}
],
"repository": {
"type": "git",
"url": "[email protected]:react-native-community/react-native-video.git"
},
"peerDependencies": {
"react": "^16.13.1",
"react-native": "^0.63.4"
},
"devDependencies": {
"@react-native-community/eslint-config": "2.0.0",
"@types/react": "^16.13.1",
"@types/react-native": "^0.63.4",
"eslint": "^6.8.0",
"react": "^16.13.1",
"react-native": "^0.63.4",
"typescript": "^3.8.3"
},
"scripts": {
"compile": "tsc --project tsconfig.json",
"lint": "eslint src --ext .js,.jsx,.ts,.tsx"
},
"files": [
"android",
"ios",
"dist",
"react-native-video.podspec"
]
}