forked from joeldbirch/superfish
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsuperfish.jquery.json
More file actions
27 lines (27 loc) · 836 Bytes
/
Copy pathsuperfish.jquery.json
File metadata and controls
27 lines (27 loc) · 836 Bytes
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
{
"name": "superfish",
"title": "jQuery Superfish Menu Plugin",
"description": "Superfish is a jQuery plugin that adds usability enhancements to multi-level drop-down menus. Fully supports touch devices and keyboard interaction.",
"keywords": [
"menu",
"dropdown",
"responsive",
"navigation"
],
"version": "1.7.4",
"author": {
"name": "Joel Birch"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.github.com/joeldbirch/superfish/master/MIT-LICENSE.txt"
}
],
"bugs": "https://github.com/joeldbirch/superfish/issues",
"homepage": "http://users.tpg.com.au/j_birch/plugins/superfish/",
"docs": "http://users.tpg.com.au/j_birch/plugins/superfish/",
"dependencies": {
"jquery": ">=1.8"
}
}