{
	"name": "fixed-sticky",
	"version": "0.1.6",
	"description": "A position: sticky polyfill that works with filamentgroup/fixed-fixed for a safer position:fixed fallback.",
	"main": "fixedsticky.js",
	"scripts": {
		"test": "./node_modules/.bin/grunt test"
	},
	"repository": {
		"type": "git",
		"url": "git://github.com/filamentgroup/fixed-sticky.git"
	},
	"keywords": [
		"sticky"
	],
	"author": "Zach Leatherman",
	"license": "MIT",
	"bugs": {
		"url": "https://github.com/filamentgroup/fixed-sticky/issues"
	},
	"devDependencies": {
		"grunt-cli": "~0.1.13",
		"grunt": "~0.4.1",
		"matchdep": "~0.3.0",
		"grunt-contrib-clean": "~0.4.0",
		"grunt-contrib-jshint": "~0.1.1",
		"grunt-contrib-qunit": "~0.3.0",
		"grunt-contrib-uglify": "~0.1.1",
		"grunt-contrib-watch": "~0.5.3",
		"grunt-gh-pages": "~0.8.1",
		"bower": "~1.3.8"
	}
}
