UNPKG

gridsome-plugin-remark-markdown-snippets

Version:

Gridsome markdown remark transformer plugin to inject external markdown files into another file, allowing use with variables as well.

38 lines (37 loc) 1.21 kB
{ "name": "gridsome-plugin-remark-markdown-snippets", "description": "Gridsome markdown remark transformer plugin to inject external markdown files into another file, allowing use with variables as well.", "version": "1.0.8", "main": "index.js", "license": "MIT", "scripts": { "test": "jest" }, "repository": { "type": "git", "url": "https://code.bitsoffreedom.nl/bitsoffreedom/slides/gridsome-remark-markdown-snippets.git" }, "keywords": [ "Gridsome", "reveal.js", "Remark" ], "bugs": { "url": "https://code.bitsoffreedom.nl/bitsoffreedom/slides/gridsome-remark-markdown-snippets/-/issues" }, "homepage": "https://code.bitsoffreedom.nl/bitsoffreedom/slides/gridsome-remark-markdown-snippets", "dependencies": { "app-root-path": "^3.1.0", "normalize-path": "^3.0.0", "remark-attr": "^0.11.1", "remark-frontmatter": "2.0.0", "remark-parse": "^6.0.0", "to-vfile": "^6.1.0", "unified": "^7.0.0", "unist-util-visit-parents": "^2.0.1" }, "devDependencies": { "jest": "^26.1.0", "remark": "^13.0.0" } }