{ "name": "x-markdown-css", "version": "0.0.0-20230228.11", "description": "A simple and customizable Markdown CSS for everyone.", "keywords": [ "markdown", "css", "sass", "scss", "coffeescript", "grunt", "javascript", "postcss", "prose", "blog", "article", "documentation" ], "main": "index.js", "repository": { "type": "git", "url": "git+https://github.com/kuohuanhuan/x-markdown-css.git" }, "author": "kuohuanhuan", "license": "MIT", "bugs": { "url": "https://github.com/kuohuanhuan/x-markdown-css/issues" }, "homepage": "https://github.com/kuohuanhuan/x-markdown-css#readme", "engines": { "node": ">=16" }, "scripts": { "build": "grunt build", "bump": "bumpp" }, "dependencies": { "coffeescript": "^2.7.0", "sass": "^1.58.3" }, "devDependencies": { "@lodder/grunt-postcss": "^3.1.1", "autoprefixer": "^10.4.13", "bumpp": "^9.0.0", "cssnano": "^5.1.15", "grunt": "^1.6.1", "grunt-sass": "^3.1.0", "load-grunt-tasks": "^5.1.0", "postcss": "^8.4.21" } }