gulp-sass-grapher
Version:
A gulp plugin that makes use of the sass-graph package that libsass uses.
48 lines (47 loc) • 1.13 kB
JSON
{
"name": "gulp-sass-grapher",
"version": "1.0.0",
"description": "A gulp plugin that makes use of the sass-graph package that libsass uses.",
"main": "index.js",
"scripts": {
"test": "gulp test"
},
"repository": {
"type": "git",
"url": "git@github.com:jayzawrotny/gulp-sass-grapher.git"
},
"keywords": [
"gulp",
"sass",
"gulp-sass",
"gulp-sass-graph",
"sass-graph",
"inheritance",
"watch",
"gulp-watch"
],
"author": "Jay Zawrotny",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/jayzawrotny/gulp-sass-grapher/issues"
},
"homepage": "https://github.com/jayzawrotny/gulp-sass-grapher",
"devDependencies": {
"coffee-script": "^1.9.2",
"cson": "^3.0.1",
"css": "^2.2.0",
"gulp": "^3.8.11",
"gulp-coffee": "^2.3.1",
"gulp-coffeelint": ">= 0.6.0",
"gulp-mocha": "^2.0.1",
"gulp-sass": ">=2.1.1 < 3",
"gulp-watch": "^4.2.4",
"underscore": "^1.8.3"
},
"dependencies": {
"gulp-util": "^3.0.4",
"sass-graph": "^3.0.4",
"through2": ">= 2.0.0 < 3",
"vinyl": ">= 1.1.0 < 2"
}
}