-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
43 lines (43 loc) · 1.15 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
{
"name": "react-native-infinite-virtualized-list",
"version": "0.1.14",
"homepage": "https://github.com/iwater/react-native-infinite-virtualized-list",
"description": "A new InfiniteList that compose react-virtualized/InfiniteLoader with the react-native/VirtualizedList component, and a drop replacement component of react-native-gifted-listview",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/iwater/react-native-infinite-virtualized-list.git"
},
"bugs": {
"url": "https://github.com/iwater/react-native-infinite-virtualized-list/issues"
},
"keywords": [
"react",
"reactjs",
"react-native",
"react-component",
"virtual",
"list",
"scrolling",
"infinite",
"virtualized",
"virtualizedlist",
"listview",
"infinite-scrolling",
"ios",
"android"
],
"peerDependencies": {
"react": ">=15.4.2",
"react-native": ">=0.43.0",
"prop-types": "^15.6.0"
},
"dependencies": {
"react-virtualized": ">=9.2.2"
},
"author": "iwater <[email protected]>",
"license": "MIT"
}