-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 932 Bytes
/
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
{
"name": "react-native-tv-cast",
"version": "0.1.6",
"description": "React native package to connect all Smart Tvs",
"main": "index.js",
"typings": "index.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/krishna4157/react-native-tv-cast.git"
},
"keywords": [
"react-native-tv-cast",
"chromecast",
"smart tv",
"react-native"
],
"author": "Krishna4157",
"peerDependencies": {
"react-native": ">=0.8.0"
},
"devDependencies": {
"glob": "^7.1.4",
"promisify-child-process": "^3.1.1"
},
"files": [
"**/*.@(js|ts)",
"android/build.gradle",
"android/src/**/*.@(java|xml)"
],
"bugs": {
"url": "https://github.com/krishna4157/react-native-tv-cast/issues"
},
"homepage": "https://github.com/krishna4157/react-native-tv-cast#readme",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"license": "ISC"
}