{
	"name": "jquery.transition",
	"title": "jquery.transition",
	"description": "A custom jQuery event that executes user-defined callback functions during an elements CSS transition.",
	"version": "0.1.0",
	"homepage": "https://nielse63.github.io/jquery.transition/",
	"author": {
		"name": "Erik Nielsen",
		"email": "erik@312development.com",
		"url": "http://312development.com"
	},
	"repository": {
		"type": "git",
		"url": "https://github.com/nielse63/jquery.transition.git"
	},
	"licenses": [{
		"type": "MIT",
		"url": "https://github.com/nielse63/jquery.transition/blob/master/LICENSE.md"
	}],
	"keywords" : [
		"jquery-plugin",
		"transition",
		"jQuery",
		"events",
		"scroll"
	],
	"dependencies": {
		"node-promise": "^0.5.10"
	},
	"devDependencies": {
		"blanket": "^1.1.7",
		"grunt": "~0.4.5",
		"grunt-casperjs": "^2.1.0",
		"grunt-contrib-jshint": "^0.11.2",
		"grunt-contrib-uglify": "^0.9.1",
		"grunt-contrib-watch": "^0.6.1",
		"grunt-jsbeautifier": "^0.1.00",
		"grunt-newer": "^1.1.0",
		"jshint-html-reporter": "^0.2.4",
		"load-grunt-tasks": "^3.1.0",
		"mocha": "^2.2.5",
		"should": "^6.0.3"
	}
}
