-
Notifications
You must be signed in to change notification settings - Fork 56
/
toaster.jquery.json
41 lines (41 loc) · 1.12 KB
/
toaster.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name" : "toaster",
"version" : "1.0.0",
"title" : "jQuery Toaster",
"author" :
{
"name" : "Scott Offen",
"email" : "[email protected]",
"url" : "http://www.scottoffen.com"
},
"licenses" :
[
{
"type" : "Apache-2.0",
"url" : "https://raw.githubusercontent.com/scottoffen/jquery.toaster/master/LICENSE"
}
],
"dependencies" :
{
"jquery": ">=1.11.1",
"bootstrap" : ">=3.0"
},
"description" : "jQuery plugin for displaying customizable toast notifications via Bootstrap alerts",
"keywords" :
[
"toast",
"toaster",
"growl"
],
"maintainers" :
[
{
"name" : "Scott Offen",
"email" : "[email protected]",
"url" : "http://www.scottoffen.com"
}
],
"homepage" : "https://github.com/scottoffen/jquery.toaster",
"bugs" : "https://github.com/scottoffen/jquery.toaster/issues",
"docs" : "https://github.com/scottoffen/jquery.toaster/wiki"
}