-
Notifications
You must be signed in to change notification settings - Fork 33
/
Copy pathpackage.json
executable file
·45 lines (45 loc) · 1.45 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
{
"name": "jquery.mb.extruder",
"title": "jQuery mb.extruder",
"description": "This plugin lets you easily build a sliding panel for any kind of content; it has all the functionalities built-in for menu and sub-menu panels with an accordion effect, and you can get the content via ajax.",
"keywords": [
"jquery-plugin",
"menu",
"ajax",
"sliding",
"panel"
],
"version": "2.6.0",
"author": "Pupunzi <[email protected]> (Matteo Bicocchi)",
"maintainers": [
"Pupunzi <[email protected]> (Matteo Bicocchi)"
],
"licenses": [
{
"type": "MIT",
"url": "https://github.com/pupunzi/jquery.mb.extruder/blob/master/licenses/MIT-LICENSE.txt"
},
{
"type": "GPL",
"url": "https://github.com/pupunzi/jquery.mb.extruder/blob/master/licenses/GPL-LICENSE.txt"
}
],
"bugs": {
"url": "https://github.com/pupunzi/jquery.mb.extruder/issues"
},
"homepage": "http://pupunzi.open-lab.com/mb-jquery-components/jquery-mb-extruder/",
"demo": "http://pupunzi.com/#mb.components/mb.extruder/extruder.html",
"docs": "https://github.com/pupunzi/jquery.mb.extruder/wiki",
"download": "http://pupunzi.open-lab.com/mb-jquery-components/jquery-mb-extruder/",
"dependencies": {
"jquery": ">=1.8"
},
"main": "inc/mbExtruder.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/pupunzi/jquery.mb.extruder"
}
}