forked from aksonov/react-native-tabs
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 1.1 KB
/
package.json
File metadata and controls
35 lines (35 loc) · 1.1 KB
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": "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",
"build": "./node_modules/.bin/eslint index.js",
"flow": "flow; test $? -eq 0 -o $? -eq 2"
},
"repository": {
"type": "git",
"url": "git+https://github.com/future-challenger/react-native-tabs.git"
},
"keywords": [
"react-native",
"react-components",
"tabbar",
"tabs"
],
"author": {
"name": "Pavlo Aksonov"
},
"license": "ISC",
"bugs": {
"url": "https://github.com/future-challenger/react-native-tabs.git/issues"
},
"homepage": "https://github.com/future-challenger/react-native-tabs.git#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",
"devDependencies": {
"eslint": "^3.7.1",
"eslint-plugin-react": "^6.3.0"
}
}