UNPKG

gulp-sass-inheritance-plus

Version:

Rebuild only changed sass/scss files and all it's dependencies

32 lines 902 B
{ "name": "gulp-sass-inheritance-plus", "version": "1.0.0", "description": "Rebuild only changed sass/scss files and all it's dependencies", "main": "index.js", "repository": { "type": "git", "url": "git@github.com:rdshoep/gulp-sass-inheritance-plus.git" }, "keywords": [ "gulpplugin", "sass", "sass-inheritance", "sass-graph", "gulp-sass-graph", "sass-dependencies", "gulp-cached" ], "license": "MIT", "bugs": { "url": "https://github.com/rdshoep/gulp-sass-inheritance-plus/issues" }, "homepage": "https://github.com/rdshoep/gulp-sass-inheritance-plus", "dependencies": { "event-stream": "^3.3.4", "gulp-util": "^3.0.8", "lodash.union": "^4.6.0", "sass-graph": "^2.1.2", "through2": "^2.0.3", "vinyl-fs": "^2.4.4" } }