aboutsummaryrefslogtreecommitdiff
path: root/node_modules/markdown-it-container/bower.json
blob: c26acefb3516e409ba62fea40e7971aee33e3bba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "name": "markdown-it-container",
  "main": "dist/markdown-it-container.js",
  "homepage": "https://github.com/markdown-it/markdown-it-container",
  "description": "Plugin to create block-level custom containers for markdown-it markdown parser",
  "keywords": [
    "markdown-it-plugin",
    "markdown-it",
    "markdown"
  ],
  "license": "MIT",
  "ignore": [
    "**/.*",
    "benchmark",
    "bower_components",
    "coverage",
    "demo",
    "docs",
    "lib",
    "node_modules",
    "support",
    "test",
    "Makefile",
    "index*"
  ]
}