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