-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathjnotify.jquery.json
30 lines (30 loc) · 999 Bytes
/
jnotify.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
{
"name": "jnotify",
"title": "jQuery jnotify",
"description": "Yet another jQuery plugin to handle notifications. jnotify allows you to create types of notifications that you can refer to later in your code to easily have consistent error, success... notifications.",
"keywords": [
"notification",
"message",
"notify"
],
"version": "1.2.0",
"author": {
"name": "Jérémy Huet",
"email": "[email protected]"
},
"maintainers": [ {
"name": "Jérémy Huet",
"email": "[email protected]"
} ],
"licenses": [ {
"type": "MIT",
"url": "http://www.opensource.org/licenses/MIT"
} ],
"bugs": "https://github.com/jhuet/jquery-jnotify/issues",
"homepage": "http://jhuet.github.com/jquery-jnotify/",
"docs": "https://github.com/jhuet/jquery-jnotify/blob/master/README.md",
"download": "https://github.com/jhuet/jquery-jnotify/archive/master.zip",
"dependencies": {
"jquery": ">=1.5"
}
}