Files
jquery-notify/notify.jquery.json
T

29 lines
582 B
JSON
Raw Permalink Normal View History

2013-04-04 13:13:08 +11:00
{
"name": "notify",
2015-12-06 00:53:19 +11:00
"version": "0.4.1",
2013-04-04 13:13:08 +11:00
"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"
}
}