forked from FrDH/mburger-webcomponent
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 757 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
{
"name": "mburger-css",
"version": "2.0.0",
"main": "dist/mburger.css",
"module": "dist/mburger.js",
"author": "Fred Heusschen <[email protected]>",
"license": "CC-BY-4.0",
"repository": {
"type": "git",
"url": "https://github.com/FrDH/mburger-css.git"
},
"description": "A small collection of CSS animated hamburgers. All set up to work out of the box with the mmenu.js plugin.",
"keywords": [
"hamburger",
"icon",
"CSS",
"animation",
"animated",
"menu",
"navigation"
],
"scripts": {
"build": "gulp default"
},
"devDependencies": {
"fs": "0.0.1-security",
"gulp": "^4.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-typescript": "^5.0.1",
"typescript": "^3.4.3"
}
}