-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 960 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
39
{
"author": {
"name": "Sajjad Asadi",
"email": "lvlr.xaus@gmail.com"
},
"homepage": "https://github.com/lvlrSajjad/react-native-animated-bottom-tabbar",
"keywords": [
"react-native",
"react-native-animated-bottom-tabbar",
"react-native-animated-bottom-bar",
"react-native-bottom-bar",
"react-native-bottombar",
"tabbar",
"tab-bar",
"react-native-tabbar",
"react-native-tab-bar",
"react-native-animated",
"react-native-bottom"
],
"license": "MIT",
"main": "index.js",
"maintainers": [
{
"name": "lvlrsajjad",
"email": "lvlr.xaus@gmail.com"
}
],
"name": "react-native-animated-bottom-tabbar",
"optionalDependencies": {},
"peerDependencies": {
"react-native": "^0.41.2",
"react-native-windows": "0.41.0-rc.1"
},
"readme": "ERROR: No README data found!",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "1.0.2"
}