UNPKG

livingcss

Version:

Generate a style guide using comment driven content creation

63 lines (62 loc) 1.45 kB
{ "name": "livingcss", "version": "7.0.1", "description": "Generate a style guide using comment driven content creation", "main": "index.js", "scripts": { "test": "nyc --reporter=lcov --reporter=text mocha" }, "repository": { "type": "git", "url": "https://github.com/straker/livingcss.git" }, "keywords": [ "style", "guide", "generator", "css" ], "engines": { "node": ">=14.0.0" }, "files": [ "index.js", "lib/*", "template/*", "assets/*" ], "author": "Steven Lambert <steven@sklambert.com> (http://sklambert.com/)", "license": "MIT", "bugs": { "url": "https://github.com/straker/livingcss/issues" }, "homepage": "https://github.com/straker/livingcss", "dependencies": { "comment-parser": "^1.3.1", "glob": "^8.0.3", "handlebars": "^4.7.7", "html-minifier": "^4.0.0", "marked": "^4.0.18", "mkdirp": "^1.0.4", "normalize-newline": "^3.0.0" }, "devDependencies": { "chai": "^4.3.6", "coveralls": "^3.1.1", "gulp": "^4.0.2", "gulp-connect": "^5.7.0", "gulp-insert": "^0.5.0", "gulp-jshint": "^2.1.0", "gulp-mocha": "^8.0.0", "gulp-rename": "^2.0.0", "gulp-replace": "^1.1.3", "gulp-sass": "^5.1.0", "gulp-vulcanize": "^8.0.0", "jshint": "^2.13.5", "jshint-stylish": "^2.2.1", "mocha": "^10.0.0", "nyc": "^15.1.0", "proxyquire": "^2.1.3", "sinon": "^14.0.0" } }