{
	"name": "stickyelement",
	"title": "Sticky Element",
	"description": "Allows sticking/pinning elements to the page as you scroll within set boundaries of a container",
	"keywords": [
		"sticky",
		"pin",
		"element",
		"scroll"
	],
	"version": "1.1.3",
	"author": {
		"name": "Enzo Martin",
		"email": "enzo.r.martin@gmail.com",
		"url": "https://github.com/EnzoMartin"
	},
	"maintainers": [
		{
			"name": "Enzo Martin",
			"email": "enzo.r.martin@gmail.com",
			"url": "https://github.com/EnzoMartin"
		}
	],
	"licenses": [
		{
			"type": "MIT",
			"url": "https://github.com/EnzoMartin/Sticky-Element/blob/master/README.md"
		}
	],
	"bugs": "https://github.com/EnzoMartin/Sticky-Element/issues",
	"homepage": "https://github.com/EnzoMartin/Sticky-Element",
	"docs": "https://github.com/EnzoMartin/Sticky-Element/blob/master/README.md",
	"dependencies": {
		"jquery": ">=1.7"
	}
}