gulp-kss
Version:
Gulp plugin for KSS (Knyle Style Sheets) documentation generation
31 lines (30 loc) • 651 B
JSON
{
"name": "gulp-kss",
"version": "0.0.2",
"description": "Gulp plugin for KSS (Knyle Style Sheets) documentation generation",
"repository": {
"type": "git",
"url": "https://github.com/philj/gulp-kss.git"
},
"keywords": [
"kss",
"documentation",
"styleguide",
"generator",
"gulp"
],
"contributor": {
"name": "Philipp Schächtele",
"email": "philipp@digitalwerft.com"
},
"license": "MIT",
"dependencies": {
"kss": "~0.3.6",
"through": "~2.3.4",
"gulp": "~3.5.2",
"gulp-util": "~2.2.14",
"marked": "~0.3.1",
"handlebars": "~2.0.0-alpha.1",
"gulp-less": "~1.2.1"
}
}