-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpackage.json
48 lines (48 loc) · 1.54 KB
/
package.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
41
42
43
44
45
46
47
48
{
"name": "jquery.mb.menu",
"title": "jQuery mb.menu",
"description": "A powerful jQuery component that lets you easily build a multilevel menu or contextual menu (right click) in an intuitive way!<br>You can add as many sub menus as you want and if those are not defined in the page, the component will automatically get them via ajax from a specified template url.",
"keywords": [
"jquery-plugin",
"ui",
"menu",
"tree",
"multilevel",
"ajax"
],
"version": "2.9.7",
"author": "Pupunzi <[email protected]> (Matteo Bicocchi)",
"maintainers": [
"Pupunzi <[email protected]> (Matteo Bicocchi)"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/pupunzi/jquery.mb.menu/blob/master/licenses/MIT-LICENSE.txt"
},
{
"type": "GPL",
"url": "https://github.com/pupunzi/jquery.mb.menu/blob/master/licenses/GPL-LICENSE.txt"
}
],
"bugs": {
"url": "https://github.com/pupunzi/jquery.mb.menu/issues"
},
"homepage": "http://pupunzi.open-lab.com/mb-jquery-components/mb-_menu/",
"demo": "http://pupunzi.com/#mb.components/mb._menu/menu.html",
"docs": "https://github.com/pupunzi/jquery.mb.menu/wiki",
"download": "http://pupunzi.open-lab.com/mb-jquery-components/mb-_menu//",
"dependencies": {
"jquery": ">=1.8",
"hoverIntent": "1.x",
"metadata": "1.x"
},
"main": "inc/mbMenu.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/pupunzi/jquery.mb.menu.git"
}
}