forked from easyui/react-native-ezswiper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 806 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
{
"name": "react-native-ezswiper",
"version": "1.2.3",
"description": "Swiper component for React Native.",
"main": "index.js",
"directories": {
"example": "examples"
},
"repository": {
"type": "git",
"url": "git+https://github.com/easyui/react-native-ezswiper.git"
},
"keywords": [
"react",
"react-native",
"react-native-component",
"react-native-ezswiper",
"native",
"ios",
"android",
"js",
"javascript",
"slider",
"swiper",
"scrollview",
"scroll",
"card",
"pageview",
"page"
],
"author": "Zhu Yangjun ([email protected])",
"license": "MIT",
"bugs": {
"url": "https://github.com/easyui/react-native-ezswiper/issues"
},
"homepage": "https://github.com/easyui/react-native-ezswiper#readme"
}