{
	"name": "finger",
	"title": "jQuery Finger",
	"version": "0.1.6",
	"description": "jQuery Finger unifies click and touch events by removing the 300ms delay on touch devices. It also provide a common set of events to handle basic gestures such as drag and pinch. Small (< 1kb gzipped), it is focused on performance, is well tested and ... also supports jQuery delegated events.",
	"homepage": "https://github.com/ngryman/jquery.finger",
	"bugs": "https://github.com/ngryman/jquery.finger/issues",
	"author": {
		"name": "Nicolas Gryman",
		"email": "ngryman@gmail.com",
		"url": "http://ngryman.sh"
	},
	"repository": {
		"type": "git",
		"url": "git://github.com/ngryman/jquery.finger.git"
	},
	"bugs": {
		"url": "https://github.com/ngryman/jquery.finger/issues"
	},
	"licenses": [
		{
			"type": "MIT",
			"url": "https://github.com/ngryman/jquery.finger/blob/master/LICENSE-MIT"
		}
	],
	"dependencies": {
		"jquery": "~1.7.0"
	},
	"keywords": [
		"tap",
		"doubletap",
		"swipe",
		"flick",
		"drag",
		"move",
		"gestures",
		"touch",
		"tappable",
		"event",
		"mobile",
		"tablet"
	]
}
