-
Notifications
You must be signed in to change notification settings - Fork 6
/
jquery-growl.jquery.json
36 lines (36 loc) · 1.09 KB
/
jquery-growl.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
{
"name": "jquery-growl",
"title": "jQuery Growl",
"description": "A Growl like notification plugin for jQuery originally written for jQuery 1.2 and updated for jQuery 1.10+. The latest version comes with a Bootstrap 3 example.",
"keywords": [
"growl",
"notification",
"alert",
"notice"
],
"version": "2.0.4",
"author": {
"name": "David Higgins",
"url": "http://www.fragmentedcode.com"
},
"maintainers": [
{
"name": "David Higgins",
"email": "[email protected]",
"url": "http://www.fragmentedcode.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/zoul0813/jquery-growl/blob/master/LICENSE"
}
],
"bugs": "https://github.com/zoul0813/jquery-growl/issues",
"homepage": "https://www.fragmentedcode.com/jquery-growl",
"docs": "http://www.fragmentedcode.com/jquery-growl/",
"demo": "http://projects.zoulcreations.com/jquery/jquery-growl/",
"dependencies": {
"jquery": ">=1.10"
}
}