jquery.toaster
jquery.toaster copied to clipboard
Please add package.json
yarn/npm package managers require this file. Please add a basic one. Here is example for you:
{
"name": "jquery-toaster",
"version": "1.0",
"description": "Toaster-style notifications plugin for jQuery",
"main": "jquery.toaster.js",
"repository": {
"type": "git",
"url": "https://github.com/scottoffen/jquery.toaster"
},
"keywords": [ "jquery", "plugin", "toaster", "toast", "growl" ],
"author": "Scott Offen",
"licenses": [{
"type": "Apache-2.0",
"url": "https://raw.githubusercontent.com/scottoffen/jquery.toaster/master/LICENSE"
}],
"bugs": {
"url": "https://github.com/scottoffen/jquery.toaster/issues"
}
}