forked from FrDH/mmenu-js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.08 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
{
"name" : "jquery.mmenu",
"version" : "7.0.3",
"main" : "dist/jquery.mmenu.all.js",
"author" : "Fred Heusschen <[email protected]>",
"license" : "CC-BY-NC-4.0",
"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",
"curtain",
"panels",
"submenu"
],
"scripts" : {
"build" : "gulp default"
},
"devDependencies": {
"@types/hammerjs" : "^2.0.34",
"@types/jquery" : "^2.0.41",
"@types/modernizr" : "^3.3.0",
"gulp" : "^3.9.0",
"gulp-autoprefixer" : "^3.1.0",
"gulp-clean-css" : "^2.0.13",
"gulp-concat" : "^2.6.0",
"gulp-rename" : "^1.2.2",
"gulp-sass" : "^3.1.0",
"gulp-typescript" : "^3.1.6",
"gulp-uglify" : "^1.5.1",
"gulp-umd" : "^0.2.0",
"merge-stream" : "^1.0.1",
"typescript" : "^2.2.2"
}
}