gulp-sass-plotter
Version:
Gulp adapter for sass-plotter.
43 lines (42 loc) • 856 B
JSON
{
"name": "gulp-sass-plotter",
"version": "0.2.2",
"description": "Gulp adapter for sass-plotter.",
"main": "index.js",
"keywords": [
"gulpplugin",
"gulp-sass-plotter",
"sass-plotter",
"gulp",
"gulp-sass",
"gulp-sass-graph",
"productivity",
"sass",
"sass-graph",
"sass-import",
"sass-imports",
"scss",
"scss-graph",
"scss-imports",
"sass-import-resolve"
],
"author": "dadish <nurguly.ashyrov@gmail.com>",
"license": "MIT",
"files": [
"index.js"
],
"repository": {
"type": "git",
"url": "git://github.com/dadish/gulp-sass-plotter.git"
},
"licenses": [
{
"type": "MIT",
"url": "https://raw.githubusercontent.com/dadish/gulp-sass-plotter/master/LICENSE"
}
],
"dependencies": {
"sass-plotter": "^0.1.9",
"through": "^2.3.8"
}
}