You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
527 B
29 lines
527 B
{
|
|
"name": "markdown-it-sup",
|
|
"main": "dist/markdown-it-sup.js",
|
|
"homepage": "https://github.com/markdown-it/markdown-it-sup",
|
|
"description": "<sup> tag for markdown-it markdown parser.",
|
|
"keywords": [
|
|
"markdown-it-plugin",
|
|
"markdown-it",
|
|
"markdown",
|
|
"superscript",
|
|
"sup"
|
|
],
|
|
"license": "MIT",
|
|
"ignore": [
|
|
"**/.*",
|
|
"benchmark",
|
|
"bower_components",
|
|
"coverage",
|
|
"demo",
|
|
"docs",
|
|
"lib",
|
|
"node_modules",
|
|
"support",
|
|
"test",
|
|
"Makefile",
|
|
"index*"
|
|
]
|
|
}
|