x-markdown-css/package.json

52 lines
1.1 KiB
JSON
Raw Normal View History

2023-02-28 10:35:20 +00:00
{
"name": "x-markdown-css",
2023-02-28 12:17:39 +00:00
"version": "0.0.0-20230228.11",
2023-02-28 10:35:20 +00:00
"description": "A simple and customizable Markdown CSS for everyone.",
2023-02-28 11:24:15 +00:00
"keywords": [
"markdown",
"css",
"sass",
"scss",
"coffeescript",
"grunt",
"javascript",
"postcss",
"prose",
"blog",
"article",
"documentation"
],
2023-02-28 10:35:20 +00:00
"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"
2023-02-28 10:35:20 +00:00
},
"scripts": {
2023-02-28 12:02:37 +00:00
"build": "grunt build",
"bump": "bumpp"
2023-02-28 10:35:20 +00:00
},
"dependencies": {
"coffeescript": "^2.7.0",
2023-02-28 10:35:20 +00:00
"sass": "^1.58.3"
},
"devDependencies": {
"@lodder/grunt-postcss": "^3.1.1",
"autoprefixer": "^10.4.13",
2023-02-28 12:02:37 +00:00
"bumpp": "^9.0.0",
2023-02-28 10:35:20 +00:00
"cssnano": "^5.1.15",
"grunt": "^1.6.1",
"grunt-sass": "^3.1.0",
"load-grunt-tasks": "^5.1.0",
"postcss": "^8.4.21"
}
}