{ "name": "markdown-it-highlightjs", "version": "3.6.0", "description": "Preset to use highlight.js with markdown-it.", "keywords": [ "markdown-it-plugin" ], "homepage": "https://github.com/valeriangalliat/markdown-it-highlightjs", "license": "Unlicense", "author": { "name": "Valérian Galliat", "url": "http://val.codejam.info/" }, "files": [ "README.md", "UNLICENSE", "core.js", "index.js" ], "repository": { "type": "git", "url": "https://github.com/valeriangalliat/markdown-it-highlightjs.git" }, "scripts": { "lint": "standard", "prepublish": "npm test", "test": "npm run lint && node test" }, "dependencies": { "highlight.js": "^11.3.1", "lodash.flow": "^3.5.0" }, "devDependencies": { "markdown-it": "^10.0.0", "standard": "^14.3.4" } }