-
Notifications
You must be signed in to change notification settings - Fork 158
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 773 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 773 Bytes
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
{
"name": "react-native-refresh-list-view",
"version": "1.0.12",
"description": "A list component that can be pulled up & down to refresh, based on FlatList",
"main": "RefreshListView.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"react-native",
"react-native-refresh",
"react-native-refresh-list-view",
"flatlist",
"listview",
"refresh"
],
"repository": {
"type": "git",
"url": "git+https://github.com/huanxsd/react-native-refresh-list-view.git"
},
"author": "Daniel Liu",
"license": "MIT",
"bugs": {
"url": "https://github.com/huanxsd/react-native-refresh-list-view/issues"
},
"homepage": "https://github.com/huanxsd/react-native-refresh-list-view#readme"
}