{
    "name": "commonmark",
    "main": "dist/commonmark.js",
    "homepage": "https://github.com/jgm/commonmark.js",
    "description": "CommonMark parsing and rendering library",
    "license": "BSD-2-Clause",
    "ignore": [
        "**/.*",
        "lib",
        "bin",
        "test",
        "tools",
        "bench",
        "Makefile",
        "README.md",
        "dingus.html",
        "eslint.json",
        "package.json"
    ],
    "keywords": [
        "markdown",
        "commonmark"
    ]
}
