@twotalltotems/paginatable-list
Version:
A self-managed list with pagination.
43 lines (42 loc) • 1.13 kB
JSON
{
"name": "@twotalltotems/paginatable-list",
"version": "0.3.0",
"description": "A self-managed list with pagination.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Twotalltotems/react-native-paginatable.git"
},
"keywords": [
"pagination",
"pull-to-refresh",
"load-more",
"auto",
"list",
"infinite-scrolling",
"endless-scrolling"
],
"author": "TTT Studio (https://ttt.studio)",
"contributors": [
"Becky Wu <wwq220@gmail.com> (http://www.beckywu.me)",
"Felipe Peña <felipe@penya.cl> (http://felipe.penya.cl)"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Twotalltotems/react-native-paginatable/issues"
},
"homepage": "https://github.com/Twotalltotems/react-native-paginatable#readme",
"peerDependencies": {
"axios": ">0.17.1",
"prop-types": ">15.6.0",
"react-redux": ">5.0.6",
"redux-thunk": ">2.2.0",
"reduxsauce": ">0.7.0"
},
"dependencies": {
"@twotalltotems/paginatable-list": "0.2.5"
}
}