-
Notifications
You must be signed in to change notification settings - Fork 0
/
overflowmenu.jquery.json
40 lines (40 loc) · 1.06 KB
/
overflowmenu.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
{
"name": "overflowmenu",
"title": "jQuery.overflowMenu",
"description": "The jQuery overflow menu plugin creates a drop down menu to prevent the menu to overflow to the next line or when the number of menu items exceeds the given maximum.",
"keywords": [
"drop down",
"jquery",
"menu",
"navigation",
"overflow",
"responsive"
],
"version": "1.0.0",
"author": {
"name": "miWebb",
"email": "[email protected]",
"url": "https://www.miwebb.com"
},
"maintainers": [
{
"name": "Michael Webbers",
"email": "[email protected]",
"url": "https://www.miwebb.com"
}
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/miWebb/jQuery.overflowMenu/blob/master/LICENSE"
}
],
"download": "https://github.com/miWebb/jQuery.overflowMenu/releases",
"homepage": "https://miWebb.github.com/jQuery.overflowMenu",
"demo": "https://miWebb.github.com/jQuery.overflowMenu",
"docs": "https://github.com/miWebb/jQuery.overflowMenu",
"bugs": "https://github.com/miWebb/jQuery.overflowMenu/issues",
"dependencies": {
"jquery": ">=1.7.0"
}
}