{
    "name": "grunt-md2html",
    "description": "Small Grunt MultiTask to convert Markdown files to HTML",
    "version": "0.6.1",
    "homepage": "https://github.com/bylexus/grunt-md2html",
    "author": {
        "name": "Alexander Schenkel",
        "email": "alex@alexi.ch",
        "url": "http://www.alexi.ch/"
    },
    "repository": {
        "type": "git",
        "url": "https://github.com/bylexus/grunt-md2html.git"
    },
    "bugs": {
        "url": "https://github.com/bylexus/grunt-md2html/issues"
    },
    "license": "MIT",
    "main": "Gruntfile.js",
    "engines": {
        "node": ">= 12.0.0"
    },
    "scripts": {
        "test": "grunt md2html && jasmine"
    },
    "dependencies": {
        "clean-css": "^5.2.2",
        "highlight.js": "^11.3.1",
        "marked": "^4.0.0",
        "node-fetch": "^2.6.6"
    },
    "devDependencies": {
        "eslint": "^8.5.0",
        "eslint-config-prettier": "^8.3.0",
        "eslint-plugin-json": "^3.1.0",
        "eslint-plugin-prettier": "^4.0.0",
        "grunt": "^1.4.1",
        "grunt-cli": "^1.4.3",
        "grunt-contrib-clean": "^2.0.0",
        "jasmine": "^3.10.0",
        "prettier": "^2.5.1"
    },
    "keywords": [
        "gruntplugin",
        "markdown",
        "html",
        "markdown2html",
        "plantuml",
        "highlightjs"
    ]
}
