forked from mariocasciaro/gulp-concat-css
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.06 KB
/
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
35
36
37
38
39
40
41
42
43
44
45
46
47
{
"name": "@fomantic/gulp-concat-css",
"description": "Concatenate css files, rebasing urls and inlining @import",
"version": "3.2.1",
"homepage": "https://github.com/fomantic/gulp-concat-css",
"author": {
"name": "Mario Casciaro"
},
"repository": {
"type": "git",
"url": "git://github.com/fomantic/gulp-concat-css"
},
"bugs": {
"url": "https://github.com/mariocasciaro/gulp-concat-css/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/mariocasciaro/gulp-concat-css/blob/master/LICENSE"
}
],
"dependencies": {
"lodash.defaults": "^4.2.0",
"parse-import": "^2.0.0",
"plugin-error": "^2.0.0",
"@fomantic/rework": "^2.1.0",
"@fomantic/rework-import": "^3.1.0",
"rework-plugin-url": "^1.1.0",
"through2": "^4.0.2",
"vinyl": "^3.0.0"
},
"devDependencies": {
"chai": "^4.3.6",
"mocha": "^9.2.2"
},
"scripts": {
"test": "mocha test/*.js --reporter spec"
},
"keywords": [
"gulpplugin",
"concat",
"css",
"import",
"merge",
"inline"
]
}