-
Notifications
You must be signed in to change notification settings - Fork 276
/
package.json
36 lines (36 loc) · 835 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
{
"name": "rn-viewpager",
"version": "1.2.9",
"description": "ViewPager component for react-native, same api on both android and ios.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1;"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zbtang/React-Native-ViewPager.git"
},
"keywords": [
"react-native-component",
"react-component",
"react-native",
"ios",
"android",
"viewpager",
"pager",
"pageview",
"page",
"tab-navigator",
"scrollable",
"tab",
"navigator",
"tab-bar",
"tab-view"
],
"author": "ZubinTang",
"license": "ISC",
"bugs": {
"url": "https://github.com/zbtang/React-Native-ViewPager/issues"
},
"homepage": "https://github.com/zbtang/React-Native-ViewPager#readme"
}