-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
32 lines (32 loc) · 854 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
{
"name": "typo3_gulp_scss",
"engines": {
"node": ">=16"
},
"version": "2.0.0",
"description": "Typo3 Gulp SCSS Autocompiler to CSS + CSS Minifier + CSS Sourcemaps + JS Minifier",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]:iocron/typo3-gulp-scss.git"
},
"author": "Sebastian Pieczona",
"company": "ioCron",
"license": "MIT",
"homepage": "https://github.com/iocron/typo3-gulp-scss",
"dependencies": {
"command-exists": "^1.2.9",
"giftp": "^1.0.3",
"gulp": "^4.0.2",
"gulp-babel-minify": "^0.5.2",
"gulp-cli": "^2.3.0",
"gulp-download-stream": "^0.0.20",
"gulp-rename": "^2.0.0",
"gulp-sass": "^5.1.0",
"gulp-sourcemaps": "^3.0.0",
"sass": "^1.54.9"
}
}