forked from praveenaj/jquery-menuclipper
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmenuclipper.jquery.json
39 lines (39 loc) · 957 Bytes
/
menuclipper.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
{
"name": "MenuClipper",
"title": "jQuery Menu Clipper",
"description": "Clips overflowing items from a navigation bar and adds them into a dropdown",
"keywords": [
"jquery",
"navigation",
"plugins",
"menu",
"responsive",
"mobile"
],
"version": "0.0.1",
"author": {
"name": "Praveena Sarathchandra",
"email": "[email protected]",
"url": "https://github.com/praveenaj"
},
"maintainers": [
{
"name": "Praveena Sarathchandra",
"email": "[email protected]",
"url": "https://github.com/praveenaj"
}
],
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"bugs": "https://github.com/praveenaj/jquery-menuclipper/issues",
"homepage": "https://github.com/praveenaj/jquery-menuclipper",
"docs": "https://github.com/praveenaj/jquery-menuclipper#readme",
"download": "https://github.com/praveenaj/jquery-menuclipper/archive/master.zip",
"dependencies": {
"jquery": ">=1.4"
}
}