UNPKG

@foundcareers/react-native-infinite-flatlist

Version:
66 lines (65 loc) 1.71 kB
{ "name": "@foundcareers/react-native-infinite-flatlist", "version": "2.1.0", "description": "Infinite Scrolling FlatList with Defaults", "main": "InfiniteFlatList.js", "scripts": { "lint": "eslint .", "test": "jest", "test:coverage": "jest --coverage", "semantic-release": "semantic-release", "travis-deploy-once": "travis-deploy-once --pro", "cm": "git-cz" }, "repository": { "type": "git", "url": "https://github.com/foundcareers/react-native-infinite-flatlist.git" }, "keywords": [ "flatlist", "infinite", "pagination", "react-native", "scroll-view" ], "author": "Found Careers", "license": "ISC", "bugs": { "url": "https://github.com/foundcareers/react-native-infinite-flatlist/issues" }, "homepage": "https://github.com/foundcareers/react-native-infinite-flatlist#readme", "dependencies": { "prop-types": "^15.6.2" }, "devDependencies": { "babel-core": "^6.26.3", "babel-jest": "^23.6.0", "commitizen": "^3.0.5", "cz-conventional-changelog": "^2.1.0", "eslint": "^5.9.0", "eslint-config-universe": "^1.0.7", "ghooks": "^2.0.4", "jest": "^23.6.0", "jest-react-native": "^18.0.0", "prettier": "^1.15.2", "react": "^16.6.3", "react-addons-test-utils": "^15.6.2", "react-dom": "^16.6.3", "react-native": "^0.55.4", "react-test-renderer": "^16.6.3", "semantic-release": "^15.12.1", "travis-deploy-once": "^5.0.9" }, "jest": { "verbose": true, "preset": "react-native" }, "config": { "commitizen": { "path": "./node_modules/cz-conventional-changelog" }, "ghooks": { "pre-commit": "npm run test" } } }