notific8.jquery.json 1.29 KB
{
	"name": "notific8",
	"title": "Notific8",
	"description": "Notific8 is a notification plug-in inspired by the notifications introduced in Windows 8 with some web ready restyling and customizations. Notific8 has built in themes and is easy to create new themes for. The plug-in was born from a want for a simply designed yet modern and stylish notification system. The plug-in is also designed to scale based on the page's font-size setting (it was designed for the default of 100%/16px as the default).",
	"keywords": [
		"notifications",
        "messages",
        "toaster",
        "notify",
        "themable",
        "alert"
	],
	"version": "0.9.2",
	"author": {
		"name": "Will Steinmetz",
		"url": "http://willsteinmetz.net/"
	},
	"maintainers": [
        {
            "name": "Will Steinmetz",
            "url": "http://willsteinmetz.net/"
        }
    ],
	"licenses": [
		{
			"type": "BSD",
			"url": "http://willsteinmetz.net/bsd"
		}
	],
	"bugs": "https://github.com/willsteinmetz/jquery-notific8/issues",
	"homepage": "https://github.com/willsteinmetz/jquery-notific8",
    "demo": "http://willsteinmetz.net/jquery/notific8",
	"docs": "https://github.com/willsteinmetz/jquery-notific8",
	"download": "https://github.com/willsteinmetz/jquery-notific8/tags",
	"dependencies": {
		"jquery": ">=1.4"
	}
}