-
Notifications
You must be signed in to change notification settings - Fork 69
/
package.json
40 lines (40 loc) · 1.03 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
{
"name": "mmenu-light",
"version": "3.2.2",
"main": "dist/mmenu-light.js",
"module": "src/mmenu-light.js",
"author": "Fred Heusschen <info@frebsite.nl>",
"license": "CC-BY-4.0",
"repository": {
"type": "git",
"url": "https://github.com/FrDH/mmenu-light.git"
},
"description": "The (extremely) lightweight alternative to the mmenu.js plugin for creating off-canvas mobile menus with the exact look and feel.",
"keywords": [
"app",
"list",
"listview",
"megamenu",
"menu",
"mmenu",
"mobile",
"navigation",
"off-canvas",
"drawer",
"curtain",
"panels",
"submenu"
],
"scripts": {
"build": "gulp default"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-autoprefixer": "^6.1.0",
"gulp-clean-css": "^4.3.0",
"gulp-sass": "^4.1.1",
"gulp-typescript": "^5.0.1",
"typescript": "^3.9.10",
"webpack-stream": "^5.2.1"
}
}