gulp-livingcss
Version:
Gulp wrapper for the LivingCSS Style Guide Generator
42 lines (41 loc) • 918 B
JSON
{
"name": "gulp-livingcss",
"version": "5.0.0",
"description": "Gulp wrapper for the LivingCSS Style Guide Generator",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/straker/gulp-livingcss.git"
},
"keywords": [
"style",
"guide",
"generator",
"css",
"gulp",
"gulpplugin"
],
"engines": {
"node": ">=14.0.0"
},
"author": "Steven Lambert <steven@sklambert.com> (http://sklambert.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/straker/gulp-livingcss/issues"
},
"homepage": "https://github.com/straker/gulp-livingcss",
"dependencies": {
"html-minifier": "^4.0.0",
"livingcss": "^7.0.1",
"normalize-newline": "^3.0.0",
"plugin-error": "^1.0.1",
"through2": "^2.0.1",
"vinyl": "^2.1.0"
},
"devDependencies": {
"mocha": "^10.0.0"
},
"scripts": {
"test": "mocha"
}
}