mirror of
https://github.com/wishthis/wishthis.git
synced 2025-12-27 09:18:28 -05:00
48 lines
1.1 KiB
JSON
48 lines
1.1 KiB
JSON
{
|
|
"name": "@fomantic/gulp-concat-css",
|
|
"description": "Concatenate css files, rebasing urls and inlining @import",
|
|
"version": "3.3.0",
|
|
"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.2.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"
|
|
]
|
|
}
|