forked from needim/noty
-
Notifications
You must be signed in to change notification settings - Fork 0
/
noty.jquery.json
25 lines (25 loc) · 988 Bytes
/
noty.jquery.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
"name" : "noty",
"version" : "2.2.0",
"title" : "noty - a jquery notification plugin",
"description" : "noty is a jQuery plugin that makes it easy to create alert - success - error - warning - information - confirmation messages as an alternative the standard alert dialog. Each notification is added to a queue. (Optional)",
"keywords" : ["noty", "notification", "plugin", "jquery", "javascript", "alert", "error", "warning", "information", "confirmation"],
"homepage" : "http://needim.github.com/noty",
"docs" : "http://needim.github.com/noty",
"demo" : "http://needim.github.com/noty",
"bugs" : "https://github.com/needim/noty/issues",
"download" : "https://github.com/needim/noty/archive/v2.2.0.zip",
"author" : {
"name": "Nedim Arabacı",
"url" : "http://github.com/needim/"
},
"licenses" : [
{
"type": "MIT",
"url" : "http://noty.mit-license.org/"
}
],
"dependencies": {
"jquery": ">=1.8"
}
}