{ "name": "@cqfw/react-native-spring-scrollview", "version": "1.0.2", "description": "A cross-platform (iOS & Android) spring ScrollView", "main": "index.js", "scripts": { "npm:publish": "npm --registry https://registry.npmjs.org/ --access public publish", "npm:sync": "curl -i https://npm.taobao.org/sync/@cqfw/react-native-spring-scrollview", "test": "echo \"Error: no test specified\" && exit 1" }, "keywords": [ "react-native", "scroll", "ScrollView", "iOS style", "react-native-scrollview", "spring", "rebound", "bounces", "cross-platform" ], "author": "kurisu", "license": "MIT", "peerDependencies": { "react": "^16.3.1", "react-native": "^0.60.0" }, "optionalDependencies": { "lottie-ios": "3.1.8", "lottie-react-native": "^4.0.2", "@react-native-community/async-storage": "^1.12.1" } }