gridsome-plugin-remark-revealjs
Version:
Gridsome markdown remark transformer plugin to embed convert markdown files into Reveal.js HTML.
52 lines (43 loc) • 1.28 kB
JSON
{
"name": "gridsome-plugin-remark-revealjs",
"description": "Gridsome markdown remark transformer plugin to embed convert markdown files into Reveal.js HTML.",
"version": "1.0.3",
"main": "index.js",
"license": "MIT",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://code.bitsoffreedom.nl/bitsoffreedom/slides/gridsome-plugin-remark-revealjs.git"
},
"keywords": [
"Gridsome",
"reveal.js",
"Remark"
],
"bugs": {
"url": "https://code.bitsoffreedom.nl/bitsoffreedom/slides/gridsome-plugin-remark-revealjs/-/issues"
},
"homepage": "https://code.bitsoffreedom.nl/bitsoffreedom/slides/gridsome-plugin-remark-revealjs",
"browser": {
"fs": false,
"path": false,
"os": false
},
"dependencies": {
"is-url": "^1.2.4",
"mdast-util-toc": "^5.1.0",
"normalize-path": "^3.0.0",
"remark-directive": "^1.0.1",
"remark-parse": "^6.0.0",
"to-vfile": "^6.1.0",
"unified": "^7.0.0",
"unist-util-find-after": "^2.0.2",
"unist-util-visit-parents": "^2.0.1"
},
"devDependencies": {
"jest": "^25.1.0",
"remark": "13.0.0"
}
}