47 lines
1.1 KiB
JSON
47 lines
1.1 KiB
JSON
{
|
|
"name": "gulp-concat-css",
|
|
"description": "Concatenate css files, rebasing urls and inlining @import",
|
|
"version": "3.1.0",
|
|
"homepage": "https://github.com/mariocasciaro/gulp-concat-css",
|
|
"author": {
|
|
"name": "Mario Casciaro"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/mariocasciaro/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": "^3.0.0",
|
|
"parse-import": "^2.0.0",
|
|
"plugin-error": "^0.1.2",
|
|
"rework": "~1.0.0",
|
|
"rework-import": "^2.0.0",
|
|
"rework-plugin-url": "^1.0.1",
|
|
"through2": "~1.1.1",
|
|
"vinyl": "^2.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"chai": "^1.10.0",
|
|
"mocha": "^2.1.0"
|
|
},
|
|
"scripts": {
|
|
"test": "node_modules/mocha/bin/mocha test/*.js --reporter spec"
|
|
},
|
|
"keywords": [
|
|
"gulpplugin",
|
|
"concat",
|
|
"css",
|
|
"import",
|
|
"merge",
|
|
"inline"
|
|
]
|
|
}
|