UNPKG

gulp-sass-inheritance

Version:

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

43 lines (42 loc) 999 B
{ "name": "gulp-sass-inheritance", "version": "1.1.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:berstend/gulp-sass-inheritance.git" }, "keywords": [ "gulpplugin", "sass", "sass-inheritance", "sass-graph", "gulp-sass-graph", "sass-dependencies", "gulp-cached" ], "author": "berstend & Juanfran Alcántara", "license": "MIT", "bugs": { "url": "https://github.com/berstend/gulp-sass-inheritance/issues" }, "homepage": "https://github.com/berstend/gulp-sass-inheritance", "dependencies": { "event-stream": "3.3.4", "gulp-util": "^3.0.8", "lodash": "^4.17.4", "sass-graph": "^2.2.3", "through2": "^2.0.3", "vinyl-fs": "^2.4.4" }, "devDependencies": { "chai": "^3.5.0", "gulp": "^3.9.1", "mocha": "^3.3.0", "stream-assert": "^2.0.3" } }