{
	"name": "quick-autosave",
	"version" : "1.0.3",
	"homepage": "https://github.com/lognoz/quick-autosave",
	"keywords": [
		"autosave",
		"blur",
		"input",
		"textarea",
		"select",
		"ajax",
		"submit",
		"form",
		"jquery-plugin",
		"interval",
		"time",
		"jquery",
		"javascript",
		"browser",
		"library"
	],
	"authors": [
		"Marc-Antoine Loignon <info@lognoz.com>"
	],
	"description": "The simplest, fastest way to send ajax request when form changes.",
	"main": "./src/quick-autosave.js",
	"license": "BSD",
	"ignore": [
		"**/.*",
		"node_modules",
		"bower_components",
		"test",
		"tests",
		"exemples"
	],
	"dependencies": {
		"jquery": ">= 2.0.0"
	}
}
