forked from FrDH/mmenu-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
36 lines (36 loc) · 870 Bytes
/
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
{
"name": "jquery.mmenu",
"version": "5.7.8",
"main": "dist/js/jquery.mmenu.all.min.umd.js",
"author": "Fred Heusschen <[email protected]>",
"repository": {
"type": "git",
"url": "https://github.com/FrDH/jQuery.mmenu.git"
},
"description": "The best jQuery plugin for app look-alike on- and off-canvas menus with sliding submenus for your website and webapp.",
"keywords": [
"app",
"list",
"listview",
"megamenu",
"menu",
"mmenu",
"mobile",
"navigation",
"off-canvas",
"on-canvas",
"panels",
"submenu"
],
"license": "CC-BY-NC-4.0",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-autoprefixer": "^3.1.0",
"gulp-concat": "^2.6.0",
"gulp-clean-css": "^2.0.13",
"gulp-rename": "^1.2.2",
"gulp-ruby-sass": "^2.0.6",
"gulp-uglify": "^1.5.1",
"gulp-umd": "^0.2.0"
}
}