/**
 * <%= pkg.title %> - <%= pkg.description %>.
 *
 * Version: <%= pkg.version %>
 * Date: <%= grunt.template.today("yyyy-mm-dd HH:MM:ss") %>
 *
 * Copyright <%= grunt.template.today("yyyy") %>, Sergey Kamardin.
 *
 * Licensed under the MIT license.
 * http://www.opensource.org/licenses/mit-license.php
 *
 * Location: Moscow, Russia.
 * Contact: gobwas@gmail.com
 *
 *
 *         ___         ___           ___           ___           ___
 *        /\  \       /\__\         /\  \         /\__\         /\__\
 *       /::\  \     /:/ _/_       /::\  \       /:/  /        /:/ _/_
 *      /:/\:\__\   /:/ /\__\     /:/\:\  \     /:/  /        /:/ /\__\
 *     /:/ /:/  /  /:/ /:/ _/_   /:/ /::\  \   /:/  /  ___   /:/ /:/ _/_
 *    /:/_/:/  /  /:/_/:/ /\__\ /:/_/:/\:\__\ /:/__/  /\__\ /:/_/:/ /\__\
 *    \:\/:/  /   \:\/:/ /:/  / \:\/:/  \/__/ \:\  \ /:/  / \:\/:/ /:/  /
 *     \::/__/     \::/_/:/  /   \::/__/       \:\  /:/  /   \::/_/:/  /
 *      \:\  \      \:\/:/  /     \:\  \        \:\/:/  /     \:\/:/  /
 *       \:\__\      \::/  /       \:\__\        \::/  /       \::/  /
 *        \/__/       \/__/         \/__/         \/__/         \/__/
 *
 */



!function(root, factory) {

	var isNode, isAMD,
		jQuery;

	isNode = typeof module !== "undefined" && module.exports;
	isAMD = typeof define === "function" && define.amd && typeof define.amd === "object";

	if (isNode) {
		jQuery = require("jquery");
		module.exports = factory(jQuery);
	} else if (isAMD) {
		define(['jquery'], function(jQuery) {
			return factory(jQuery);
		});
	} else {
		factory(root.jQuery);
	}

}(this, function($) {

