github.com/insionng/yougam@v0.0.0-20170714101924-2bc18d833463/themes/wind/static/libs/to-markdown/bower.json (about)

     1  {
     2    "name": "to-markdown",
     3    "version": "1.2.1",
     4    "homepage": "https://github.com/domchristie/to-markdown",
     5    "authors": [
     6      "Dom Christie <christiedom@gmail.com>"
     7    ],
     8    "description": "An HTML to Markdown converter written in JavaScript",
     9    "main": "dist/to-markdown.js",
    10    "keywords": [
    11      "markdown",
    12      "html"
    13    ],
    14    "license": "MIT",
    15    "ignore": [
    16      "**/.*",
    17      "node_modules",
    18      "bower_components",
    19      "package.json",
    20      "test",
    21      "lib",
    22      "index.js"
    23    ],
    24    "devDependencies": {
    25      "qunit": "~1.14.0"
    26    }
    27  }