-
-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
34 lines (34 loc) · 950 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": "the-burger",
"version": "2.0.2",
"description": "Burger is a minimal hamburger menu with fullscreen navigation.",
"main": "",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"gulp": "gulp"
},
"repository": "https://github.com/mblode/burger.git",
"author": "Matthew Blode",
"license": "MIT",
"devDependencies": {
"browser-sync": "^2.29.3",
"gulp": "^4.0.2",
"gulp-autoprefixer": "^9.0.0",
"gulp-cache": "^1.1.3",
"gulp-concat": "^2.6.1",
"gulp-imagemin": "^9.0.0",
"gulp-jshint": "^2.1.0",
"gulp-load-plugins": "^2.0.8",
"gulp-minify-css": "^1.1.1",
"gulp-plumber": "^1.2.1",
"gulp-postcss": "^9.0.1",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-scss-lint": "^1.0.0",
"gulp-sourcemaps": "^3.0.0",
"gulp-uglify": "^3.0.2",
"jshint-stylish": "^2.2.1",
"postcss-preset-env": "^9.3.0",
"sass": "^1.69.5"
}
}