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.
parttimejob/node_modules/markdown-it-mark/bower.json

28 lines
513 B

4 weeks ago
{
"name": "markdown-it-mark",
"main": "dist/markdown-it-mark.js",
"homepage": "https://github.com/markdown-it/markdown-it-mark",
"description": "<mark> tag for markdown-it markdown parser.",
"keywords": [
"markdown-it-plugin",
"markdown-it",
"markdown",
"mark"
],
"license": "MIT",
"ignore": [
"**/.*",
"benchmark",
"bower_components",
"coverage",
"demo",
"docs",
"lib",
"node_modules",
"support",
"test",
"Makefile",
"index*"
]
}