UNPKG

react-native-scroll-to-top

Version:
30 lines (29 loc) 775 B
{ "name": "react-native-scroll-to-top", "version": "1.1.0", "description": "A React Native component to scroll back to top", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/weslylaboy/react-native-scroll-to-top.git" }, "keywords": [ "react-native", "scrolltotop" ], "author": "Wesly Laboy <wesly.laboy@upr.edu>", "license": "MIT", "bugs": { "url": "https://github.com/weslylaboy/react-native-scroll-to-top/issues" }, "homepage": "https://github.com/weslylaboy/react-native-scroll-to-top#readme", "dependencies": { "prop-types": "^15.5.10" }, "devDependencies": { "eslint-config-airbnb": "^15.0.1" } }