gulp-sass-parent
Version:
Rebuild only changed sass/scss files and all it's dependencies
42 lines (41 loc) • 939 B
JSON
{
"name": "gulp-sass-parent",
"version": "2.0.2",
"description": "Rebuild only changed sass/scss files and all it's dependencies",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git@github.com:luckyraul/gulp-sass-parent.git"
},
"keywords": [
"gulpplugin",
"sass",
"sass-graph",
"gulp-sass-graph",
"sass-dependencies",
"gulp-cached"
],
"author": "Nikita Tarasov",
"license": "MIT",
"bugs": {
"url": "https://github.com/luckyraul/gulp-sass-parent/issues"
},
"homepage": "https://github.com/luckyraul/gulp-sass-parent",
"dependencies": {
"event-stream": "4.0.1",
"vinyl": "^2.2.0",
"lodash": "^4.17.15",
"sass-graph": "^3.0.4",
"through2": "^3.0.1",
"vinyl-fs": "^3.0.3"
},
"devDependencies": {
"chai": "^4.2.0",
"gulp": "^4.0.2",
"mocha": "^6.2.2",
"stream-assert": "^2.0.3"
}
}