-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathnotiJ.jquery.json
25 lines (25 loc) · 1.03 KB
/
notiJ.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" : "notiJ",
"version" : "1.0.0",
"title" : "notiJ - a jquery notification plugin",
"description" : "notiJ is a jQuery plugin that makes it easy to create error - information messages. Each notification is added to a queue. (Optional)",
"keywords" : ["notij", "notification", "plugin", "jquery", "javascript", "alert", "error", "warning", "information", "confirmation", "facebook"],
"homepage" : "https://github.com/nalindaDJ/notiJ",
"docs" : "https://github.com/nalindaDJ/notiJ",
"demo" : "https://github.com/nalindaDJ/notiJ",
"bugs" : "https://github.com/nalindaDJ/notiJ/issues",
"download" : "https://github.com/nalindaDJ/notiJ/archive/master.zip",
"author" : {
"name": "Nalinda Jayasinghe",
"url" : "https://github.com/nalindaDJ"
},
"licenses" : [
{
"type": "MIT",
"url" : "hhttp://opensource.org/licenses/MIT"
}
],
"dependencies": {
"jquery": ">=1.4"
}
}