-
Notifications
You must be signed in to change notification settings - Fork 21
/
package.json
37 lines (37 loc) · 876 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
37
{
"name": "mburger-webcomponent",
"version": "3.1.4",
"main": "dist/mburger/index.js",
"module": "dist/mburger/index.js",
"author": "Fred Heusschen <[email protected]>",
"license": "CC-BY-4.0",
"repository": {
"type": "git",
"url": "https://github.com/FrDH/mburger-webcomponent.git"
},
"description": "A webcomponent animated hamburgers. All set up to work out of the box with the mmenu.js and mmnu-light plugins.",
"keywords": [
"hamburger",
"icon",
"CSS",
"animation",
"animated",
"menu",
"navigation"
],
"scripts": {
"build": "gulp --mburger"
},
"devDependencies": {
"fs": "0.0.1-security",
"gulp": "^4.0.2",
"gulp-clean": "^0.4.0",
"gulp-clean-css": "^4.3.0",
"gulp-connect": "^5.7.0",
"gulp-replace": "^1.1.3",
"gulp-sass": "^5.1.0",
"gulp-typescript": "^6.0.0-alpha.1",
"sass": "^1.49.8",
"typescript": "^4.5.5"
}
}