-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 894 Bytes
/
package.json
File metadata and controls
42 lines (42 loc) · 894 Bytes
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
{
"name": "gulp-flow-css",
"version": "2.0.0",
"description": "CSS, LESS bundle for gulp-flow.",
"main": "./src/index.js",
"keywords": [
"gulp",
"gulpfriendly",
"gulp-flow-bundle",
"workflow",
"task",
"plugin",
"bundle",
"assets",
"css",
"less"
],
"homepage": "https://github.com/gulp-flow/gulp-flow-css",
"author": {
"name": "Nicolas Tallefourtane",
"url": "https://nicolab.net"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git@github.com:gulp-flow/gulp-flow-css.git"
},
"bugs": "https://github.com/gulp-flow/gulp-flow-css/issues",
"dependencies": {
"autoprefixer": "^9.5.1",
"gulp-cssnano": "^2.1.3",
"gulp-less": "^4.0.1",
"gulp-postcss": "^8.0.0",
"gulp-sass": "^4.0.2"
},
"peerDependencies": {
"gulp-flow": ">=2 <3"
},
"engines": {
"node": ">= 10"
}
}