forked from Mindinventory/react-native-tabbar-interaction
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·35 lines (35 loc) · 866 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
{
"name": "@mindinventory/react-native-tab-bar-interaction",
"version": "1.0.3",
"description": "A tabbar component for React Native",
"main": "TabBar.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Mindinventory",
"keywords": [
"react-native",
"basic-components",
"Tabbar",
"react-native-tabbar"
],
"_requiredBy": [
"/"
],
"peerDependencies": {
"react": "16.3.1",
"react-native": "0.56"
},
"license": "ISC",
"files": [
"README.md"
],
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/Mindinventory/react-native-tab-bar-interaction.git"
},
"bugs": {
"url": "https://github.com/Mindinventory/react-native-tab-bar-interaction/issues"
},
"homepage": "https://github.com/Mindinventory/react-native-tab-bar-interaction#readme"
}