-
Notifications
You must be signed in to change notification settings - Fork 42
Expand file tree
/
Copy pathpackage.json
More file actions
50 lines (50 loc) · 1.26 KB
/
Copy pathpackage.json
File metadata and controls
50 lines (50 loc) · 1.26 KB
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
41
42
43
44
45
46
47
48
49
50
{
"name": "gulp-template-for-html-css-sass-js",
"version": "4.0.2",
"description": "An automation template for HTML, CSS, Sass, and JavaScript.",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/code-warrior/gulp-template-for-html-css-sass-js.git"
},
"keywords": [
"gulp",
"automation",
"template",
"html",
"css",
"sass",
"javascript"
],
"author": "Roy Vanegas",
"license": "ISC",
"contributors": [
{
"name": "Roy Vanegas",
"email": "roy@thecodeeducators.com",
"url": "http://roy.vanegas.org"
}
],
"bugs": {
"url": "https://github.com/code-warrior/gulp-template-for-html-css-sass-js/issues"
},
"homepage": "https://github.com/code-warrior/gulp-template-for-html-css-sass-js#readme",
"devDependencies": {
"@babel/core": "^7.26.10",
"@babel/preset-env": "^7.26.9",
"browser-sync": "^3.0.3",
"del": "^8.0.0",
"gulp": "^5.0.0",
"gulp-babel": "^8.0.0",
"gulp-eslint": "^6.0.0",
"gulp-html": "^6.1.0",
"gulp-htmlmin": "^5.0.1",
"gulp-sass": "^6.0.1",
"gulp-stylelint": "^13.0.0",
"gulp-uglify": "^3.0.2",
"sass": "^1.86.0"
}
}