-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 1010 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
{
"name": "react-native-smart-pull-to-refresh-listview",
"version": "1.6.9",
"description": "A smart pull-down-refresh and pull-up-loadmore react-native listview, for ios, written in pure JS, for android, written in JS and Java.",
"main": "PullToRefreshListView",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/react-native-component/react-native-smart-pull-to-refresh-listview.git"
},
"keywords": [
"react-native",
"smart",
"pull",
"up",
"down",
"refresh",
"loadmore",
"listview",
"component"
],
"author": "HISAME SHIZUMARU",
"license": "MIT",
"bugs": {
"url": "https://github.com/react-native-component/react-native-smart-pull-to-refresh-listview/issues"
},
"homepage": "https://github.com/react-native-component/react-native-smart-pull-to-refresh-listview#readme",
"dependencies": {
"react-native-smart-timer-enhance": "^1.0.2"
}
}