{
	"name": "react-native-parallax-scroll-view",
	"version": "0.21.3",
	"description": "A ScrollView-like component with parallax and sticky header support",
	"main": "src/index.js",
	"repository": {
		"type": "git",
		"url": "https://github.com/jaysoo/react-native-parallax-scroll-view"
	},
	"files": [
		"src",
		"demo.ios.gif",
		"demo.android.20160117.gif",
		"README.md",
		"LICENSE"
	],
	"keywords": [
		"react-native",
		"react",
		"parallax",
		"scrollable",
		"scrollview",
		"sticky",
		"react-component",
		"ios",
		"android"
	],
	"author": "Jack Hsu",
	"license": "ISC",
	"dependencies": {
		"prop-types": "^15.6.0"
	}
}
