-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (37 loc) · 933 Bytes
/
package.json
File metadata and controls
39 lines (37 loc) · 933 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
28
29
30
31
32
33
34
35
36
37
38
39
{
"name": "react-native-infinite-listview",
"version": "1.0.1",
"description": "A React Native ListView completely written in js, support refresh control and infinite scrolling",
"main": "index.js",
"scripts": {
"lint": "eslint ."
},
"keywords": [
"react",
"react-native",
"react-component",
"react-native-component",
"listview",
"infinite",
"pulltorefresh",
"pull to refresh",
"load more",
"scroll",
"mobile",
"ui"
],
"author": "ToanDK <dkt204@gmail.com>",
"homepage": "https://github.com/toandk/react-native-infinite-listview",
"bugs": {
"url": "https://github.com/toandk/react-native-infinite-listview/issues"
},
"repository": {
"type": "git",
"url": "git@github.com:toandk/react-native-infinite-listview.git"
},
"license": "MIT",
"peerDependencies": {
"react-native": "^0.41.2",
"react-native-windows": "0.41.0-rc.1"
}
}