-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
41 lines (41 loc) · 1.06 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
{
"name": "@reactseals/react-native-leanback",
"title": "React Native Leanback",
"version": "2.0.4-beta.2",
"description": "Leanback implementation for React Native Android TV",
"main": "index.js",
"scripts": {
"publish:prod": "npm publish --access public",
"publish:beta": "npm publish --access public --tag beta"
},
"repository": {
"type": "git",
"url": "git+https://github.com/reactseals/react-native-leanback.git",
"baseUrl": "https://github.com/reactseals/react-native-leanback"
},
"keywords": [
"react-native",
"react native leanback",
"android tv",
"leanback"
],
"author": {
"name": "Aurimas Mickys",
"email": "[email protected]"
},
"contributors": [
"Rokas Kasinskas <https://github.com/kasinskas>"
],
"license": "MIT",
"licenseFilename": "LICENSE",
"readmeFilename": "README.md",
"peerDependencies": {
"react": "^16.8.1",
"react-native": ">=0.60.0-rc.0 <1.0.x"
},
"devDependencies": {
"lerna": "^3.22.1",
"react": "^16.9.0",
"react-native": "^0.61.5"
}
}