react-native-pull-to-refresh
Version:
The Pull-To-Refresh ScrollView component for React Native
37 lines (36 loc) • 863 B
JSON
{
"name": "react-native-pull-to-refresh",
"version": "2.1.3",
"description": "The Pull-To-Refresh ScrollView component for React Native",
"main": "index.js",
"files": [
"README.md",
"lib",
"index.js",
"package.json"
],
"scripts": {
"test": "npm test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/moschan/react-native-pull-to-refresh.git"
},
"keywords": [
"react-component",
"react-native",
"ios",
"android",
"pull-to-refresh",
"scroll-view"
],
"author": "moschan <kota.frsw@gmail.com> (http://moschan.com/blog)",
"license": "MIT",
"devDependencies": {
"prop-types": "^15.6.0"
},
"bugs": {
"url": "https://github.com/moschan/react-native-pull-to-refresh/issues"
},
"homepage": "https://github.com/moschan/react-native-pull-to-refresh#readme"
}