gatsby-remark-footnotes
Version:
Customize your gatsby Remark markup footnotes
26 lines (25 loc) • 598 B
JSON
{
"name": "gatsby-remark-footnotes",
"version": "0.0.8",
"description": "Customize your gatsby Remark markup footnotes",
"main": "index.js",
"author": "James Simone",
"license": "MIT",
"dependencies": {
"hast-util-to-html": "5.0.0",
"mdast-util-to-hast": "5.0.0",
"unist-util-visit": "1.4.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jamessimone/gatsby-remark-footnotes"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"footnotes",
"gatsby-transformer-remark",
"remark",
"markdown"
]
}