-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 996 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
38
{
"name": "megamenu",
"version": "2.0.0",
"description": "Lane Community College's Megamenu",
"author": "Kyle Schmidt <ks@kyleschmidt.com>",
"repository": {
"type": "git",
"url": "https://github.com/LaneCommunityCollege/megamenu"
},
"devDependencies": {
"@babel/core": "^7.24.9",
"@babel/preset-env": "^7.24.8",
"@babel/register": "^7.24.6",
"breakpoint-sass": "^3.0.0",
"del": "^5.1.0",
"gulp-babel": "^8.0.0",
"gulp-cheerio": "^1.0.0",
"gulp-clean-css": "^4.3.0",
"gulp-compass": "^2.1.0",
"gulp-file-insert": "^2.0.0",
"gulp-minify-html": "^1.0.6",
"gulp-pug": "^5.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.4",
"gulp-scan": "^0.1.4",
"gulp-svgmin": "^4.1.0",
"gulp-svgstore": "^9.0.0",
"gulp-uglify": "^3.0.2",
"natives": "^1.1.6",
"path": "^0.12.7",
"run-sequence": "^2.2.1",
"uglify-js": "^3.19.0"
},
"license": "MIT",
"dependencies": {
"gulp": "^5.0.0"
}
}