-
Notifications
You must be signed in to change notification settings - Fork 115
/
package.json
29 lines (29 loc) · 910 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
{
"name": "react-native-tabs",
"version": "1.0.9",
"description": "React Native platform-independent tabs. Could be used for bottom tab bars as well as sectioned views (with tab buttons)",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/aksonov/react-native-tabs.git"
},
"keywords": [
"react-native",
"react-components",
"tabbar",
"tabs"
],
"author": {
"name": "Pavlo Aksonov"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/aksonov/react-native-tabs/issues"
},
"homepage": "https://github.com/aksonov/react-native-tabs#readme",
"readme": "# react-native-tabs\nReact Native platform-independent tabs. Could be used for bottom tab bars as well as sectioned views (with tab buttons)\n",
"readmeFilename": "README.md"
}