-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
32 lines (32 loc) · 949 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
{
"name": "react-native-bounce-flatlist",
"version": "1.6.0",
"description": "基于FlatList封装的Bounce-FlatList, 支持下拉刷新, 分页加载等等常规特性, 特点在于android端也有弹簧效果.",
"main": "index.js",
"scripts": {
"test": "test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NikiLee2016/react-native-bounce-flatlist.git"
},
"keywords": [
"react-native",
"android",
"ios",
"boucne",
"flatlist"
],
"author": "Niki",
"license": "ISC",
"bugs": {
"url": "https://github.com/NikiLee2016/react-native-bounce-flatlist/issues"
},
"homepage": "https://github.com/NikiLee2016/react-native-bounce-flatlist#readme",
"dependencies": {
"lodash": "^4.17.11",
"prop-types": "^15.5.10",
"react-native-smartrefreshlayout": "https://github.com/NikiLee2016/react-native-SmartRefreshLayout.git",
"rn-ultimate-listview": "^1.0.6"
}
}