You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
509 B
JSON
25 lines
509 B
JSON
{
|
|
"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"
|
|
]
|
|
}
|