-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathcomposer.json
25 lines (25 loc) · 882 Bytes
/
composer.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
{
"name": "wbraganca/yii2-mmenu-widget",
"description": "The yii2-mmenu widget is a Yii 2 wrapper for the [jQuery-mmenu](http://mmenu.frebsite.nl/). A jQuery plugin for creating slick, app look-alike sliding menus for you mobile website with only one line of javascript",
"keywords": ["yii2", "extension", "yii2-mmenu", "yii2-extension", "yii2-mmenu-widget", "menu", "mmenu"],
"type": "yii2-extension",
"license": "BSD-3-Clause",
"support": {
"issues": "https://github.com/wbraganca/yii2-mmenu-widget/issues",
"wiki": "https://github.com/wbraganca/yii2-mmenu-widget/wiki/",
"source": "https://github.com/wbraganca/yii2-mmenu-widget"
},
"authors": [
{
"name": "Wanderson Bragança",
"email": "[email protected]"
}
],
"require": {
"yiisoft/yii2": "*",
"bower-asset/jQuery.mmenu": "*"
},
"autoload": {
"psr-4": { "wbraganca\\mmenu\\": "" }
}
}