forked from ptomasroos/react-native-scrollable-tab-view
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 869 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 869 Bytes
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
{
"name": "react-native-scrollable-tabs",
"version": "0.0.1",
"description": "",
"main": "scrollableTab.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/world-wide-web/react-native-scrollable-tabs.git"
},
"keywords": [
"react-native-component",
"react-component",
"react-native",
"ios",
"tab",
"scrollable"
],
"author": "rocman",
"maintainers": [
{
"name": "world-wide-web",
"email": "world-wide-web@foxmail.com>"
},
{
"name": "rocman",
"email": "rocman@vip.qq.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/world-wide-web/react-native-scrollable-tabs/issues"
},
"homepage": "https://github.com/world-wide-web/react-native-scrollable-tabs#readme"
}