first commit

This commit is contained in:
2024-07-15 11:28:08 +02:00
commit f52d538ea5
21891 changed files with 6161164 additions and 0 deletions

View File

@@ -0,0 +1,30 @@
{
"name": "gulp-tasks",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ZemezLab/jet-tabs.git"
},
"author": "Shin",
"license": "ISC",
"bugs": {
"url": "https://github.com/ZemezLab/jet-tabs/issues"
},
"homepage": "https://github.com/ZemezLab/jet-tabs#readme",
"devDependencies": {
"gulp": "^4.0.2",
"gulp-autoprefixer": "^4.1.0",
"gulp-notify": "^3.2.0",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2"
},
"dependencies": {
"gulp-checktextdomain": "^2.2.0"
}
}