forked from pupunzi/jquery.mb.menu
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.02 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.02 KB
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
{
"name": "mb.menu",
"version": "2.8.9b1",
"title": "jquery.mb.menu",
"author": {
"name": "Matteo Bicocchi",
"url": "http://pupunzi.open-lab.com"
},
"licenses": [
{
"type": "MIT",
"url": "licenses/MIT-LICENSE.txt"
},
{
"type": "GPL",
"url": "licenses/GPL-LICENSE.txt"
}
],
"dependencies": {
"jquery": "1.x",
"hoverIntent":"http://cherne.net/brian/resources/jquery.hoverIntent.html",
"metadata":"https://github.com/jquery/jquery-metadata/blob/master/jquery.metadata.js"
},
"description": "This is a powerful jQuery component that let you build easily a multilevel tree menu or a contextual menu (right click) in an intuitive way!",
"keywords": [
"tree menu",
"navigation",
"menu",
"interface"
],
"homepage": "http://pupunzi.open-lab.com/mb-jquery-components/mb-_menu/",
"demo": "http://pupunzi.com/#mb.components/mb._menu/menu.html",
"documentation": "https://github.com/pupunzi/jquery.mb.menu/wiki",
"files": [
"mbMenu.js"
]
}