forked from mbuonomo/notificationcenter
-
Notifications
You must be signed in to change notification settings - Fork 4
/
notificationcenter.jquery.json
25 lines (25 loc) · 1.26 KB
/
notificationcenter.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" : "notificationcenter",
"version" : "0.0.3",
"title" : "notificationcenter - a jQuery OS X notification center plugin",
"description" : "notificationcenter is a jQuery version of the Apple OS X Notification Center. I've attempted to copy everything I can from the OS X verison in 10.9. Icons, colors, sounds, visuals, interactions, functions.",
"keywords" : ["notificationcenter", "notification", "plugin", "jquery", "javascript", "alert", "error", "warning", "information", "confirmation", "ajax", "slider", "ui", "osx", "apple", "jquery-plugin"],
"homepage" : "http://thesin-.github.io/notificationcenter/",
"docs" : "http://thesin-.github.io/notificationcenter/",
"demo" : "http://thesin-.github.io/notificationcenter/",
"bugs" : "https://github.com/thesin-/notificationcenter/issues",
"download" : "https://github.com/TheSin-/notificationcenter/archive/master.zip",
"author" : {
"name": "Justin F. Hallett",
"url" : "http://github.com/thesin-/"
},
"licenses" : [
{
"type": "MIT",
"url" : "http://thesin-.github.io/notificationcenter/LICENSE.txt"
}
],
"dependencies": {
"jquery": ">=1.7"
}
}