-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
46 lines (46 loc) · 1.06 KB
/
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
43
44
45
46
{
"name": "react-native-screens-swiper",
"version": "1.2.6",
"description": "This lib. provide swiper view functionality with tab navigation on the top.",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/GeorgeHop/react-native-screens-swiper.git"
},
"keywords": [
"react-native",
"react",
"native",
"expo",
"screen",
"screens",
"swipe",
"swiper",
"swipable",
"view",
"horizontal",
"tab",
"navigation",
"crossplatform",
"ios",
"android"
],
"contributors": [
{
"name": "Dmytro Kardava",
"email": "dima.kardava@gmail.com",
"url": "https://github.com/dorkyboi"
},
{
"name": "Mutovkin Yurii",
"email": "georgehopekek@gmail.com",
"url": "https://github.com/GeorgeHop"
}
],
"author": "George Hope, Dmytro Kardava",
"license": "ISC",
"bugs": {
"url": "https://github.com/GeorgeHop/react-native-screens-swiper/issues"
},
"homepage": "https://github.com/GeorgeHop/react-native-screens-swiper#readme"
}