-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
32 lines (32 loc) · 961 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
{
"name": "react-native-animated-tab",
"version": "1.0.3",
"description": "A React Native component for creating an animated tab interface with customizable styles and animations.",
"main": "./src/index.ts",
"keywords": [
"react-native",
"react-native-segmented-tab",
"react-native-tab",
"react-native-animated-tab",
"react-native-segmented-control-tab",
"react-native-animation-tab",
"react-native-reanimated-tab"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "echo Building package..."
},
"author": "mehuljetani",
"license": "ISC",
"directories": {
"example": "example"
},
"repository": {
"type": "git",
"url": "https://github.com/mehuljetani/react-native-animated-tab"
},
"bugs": {
"url": "https://github.com/mehuljetani/react-native-animated-tab/issues"
},
"homepage": "https://github.com/mehuljetani/react-native-animated-tab#readme"
}