-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
42 lines (42 loc) · 977 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
40
41
42
{
"name": "react-native-tabbed-view-pager-android",
"version": "1.0.4",
"description": "An android ViewPager wrapper with built-in tabs.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native-component",
"react-component",
"react-native",
"ios",
"android",
"viewpager",
"pager",
"pageview",
"page",
"tab-navigator",
"scrollable",
"tab",
"navigator",
"tab-bar",
"tab-view"
],
"author": "Madhusudhan Sambojhu",
"license": "MIT",
"peerDependencies": {
"react-native": "^0.50.3"
},
"repository": {
"type": "git",
"url":
"git+https://github.com/madhu314/react-native-tabbed-view-pager-android.git"
},
"bugs": {
"url":
"https://github.com/madhu314/react-native-tabbed-view-pager-android/issues"
},
"homepage":
"https://github.com/madhu314/react-native-tabbed-view-pager-android#README"
}