-
Notifications
You must be signed in to change notification settings - Fork 0
/
popper.jquery.json
38 lines (38 loc) · 990 Bytes
/
popper.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
{
"name": "popper",
"title": "Popper",
"description": "Dynamic popup windows, modals, dialogs, tooltips and notifications for web applications.",
"keywords": [
"modal",
"dialog",
"popup",
"tooltip",
"notification",
"growl"
],
"version": "0.8.1",
"author": {
"name": "Sourcey",
"url": "http://sourcey.com"
},
"maintainers": [
{
"name": "Kam Low",
"email": "[email protected]",
"url": "https://github.com/auscaster"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"bugs": "https://github.com/sourcey/popper/issues",
"homepage": "https://github.com/sourcey/popper",
"docs": "https://github.com/sourcey/popper",
"download": "https://github.com/sourcey/popper/archive/master.zip",
"dependencies": {
"jquery": ">=1.8"
}
}