Files
jquery-notify/notify.jquery.json
Jaime Pillora b99c2ae69c Bump to 0.4.1, see description
* IE9 fix
* code cleanup
* publish to npm (closes #31)
* jquery is now a peerDep (closes #53)
* improve positioning documentation
* dont reuse element notifications, always recreate (closes #43)
2015-12-06 00:53:19 +11:00

29 lines
582 B
JSON

{
"name": "notify",
"version": "0.4.1",
"title": "notify",
"description": "A robust, customizable notification library",
"bugs": "https://github.com/jpillora/notifyjs/issues",
"homepage": "http://notifyjs.com",
"docs": "http://notifyjs.com",
"download": "http://notifyjs.com#download",
"author": {
"name": "Jaime Pillora"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"keywords": [
"notify",
"notification",
"prompt",
"popup"
],
"dependencies": {
"jquery": ">=1.8"
}
}