forked from expo/react-native-refreshable-scroll-view
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
26 lines (26 loc) · 887 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
{
"name": "melon-native-refreshable-scroll-view",
"version": "0.0.9",
"description": "A ScrollView that supports pull-to-refresh. You can customize it with the RefreshIndicator and type of ScrollView (ex: ListView) of your choice.",
"main": "RefreshableScrollView.js",
"repository": {
"type": "git",
"url": "git+https://github.com/react-melon/melon-native-refreshable-scroll-view.git"
},
"keywords": [
"react-native",
"refresh",
"scroll-view"
],
"author": "James Ide",
"license": "MIT",
"bugs": {
"url": "https://github.com/react-melon/melon-native-refreshable-scroll-view/issues"
},
"homepage": "https://github.com/react-melon/melon-native-refreshable-scroll-view#readme",
"dependencies": {
"react-native-clone-referenced-element": "^1.0.0",
"react-native-scrollable-mixin": "^1.0.0",
"react-timer-mixin": "^0.13.2"
}
}