forked from alexdunae/react-native-segmented-control-tab
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
28 lines (28 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
{
"name": "react-native-segmented-control-tab",
"version": "3.0.1",
"description": "A react native component with the same concept of react native's SegmantedControlIOS, Primarily built to support both IOS and Android.",
"main": "SegmentedControlTab.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kirankalyan5/react-native-segmented-control-tab.git"
},
"keywords": [
"react-native",
"custom",
"component",
"SegmentedControlIOS",
"SegmentedControlTab",
"IOS",
"Android"
],
"author": "Kiran Kalyan",
"license": "MIT",
"bugs": {
"url": "https://github.com/kirankalyan5/react-native-segmented-control-tab/issues"
},
"homepage": "https://github.com/kirankalyan5/react-native-segmented-control-tab#readme"
}