mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-04 17:25:59 +02:00
15 lines
403 B
JSON
15 lines
403 B
JSON
{
|
|
"name": "gatsby-remark-auto-headers-improved",
|
|
"version": "0.1.0",
|
|
"description": "Gatsby remark plugin to add headers to markdown, improved from gatsby-remark-auto-headers",
|
|
"main": "index.js",
|
|
"scripts": {},
|
|
"keywords": [],
|
|
"author": "Jean-Philippe Sirois <[email protected]>",
|
|
"license": "MIT",
|
|
"dependencies": {
|
|
"github-slugger": "^1.3.0",
|
|
"unist-util-visit": "^2.0.2"
|
|
}
|
|
}
|