-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.1 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
{
"name": "react-native-google-cast",
"version": "3.3.0",
"description": "React Native wrapper for the Google Cast SDK for iOS and Android",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"start": "react-native start"
},
"contributors": [
{
"name": "Petr Bela",
"email": "[email protected]"
},
{
"name": "Charlie L",
"email": "[email protected]"
}
],
"license": "MIT",
"keywords": [
"react-native",
"ios",
"android",
"chromecast",
"google",
"cast",
"google-cast"
],
"repository": {
"type": "git",
"url": "[email protected]:react-native-google-cast/react-native-google-cast.git"
},
"dependencies": {
"prop-types": "^15.6.0"
},
"peerDependencies": {
"react": ">=15.1 || >=16.0.0",
"react-native": ">=0.40"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/runtime": "^7.4.5",
"babel-jest": "^24.8.0",
"jest": "^24.8.0",
"metro-react-native-babel-preset": "^0.54.1",
"react": "16.8.3",
"react-native": "0.59.10",
"react-test-renderer": "16.8.3"
}
}