mirror of
https://github.com/ilyakooo0/urbit.git
synced 2024-12-04 02:49:42 +03:00
26 lines
660 B
JSON
26 lines
660 B
JSON
{ "name": "commonmark",
|
|
"description": "a strongly specified, highly compatible variant of Markdown",
|
|
"version": "0.12.0",
|
|
"homepage": "http://commonmark.org",
|
|
"keywords":
|
|
[ "markdown",
|
|
"commonmark",
|
|
"md",
|
|
"stmd" ],
|
|
"repository":
|
|
{ "type": "git",
|
|
"url": "https://github.com/jgm/CommonMark.git" },
|
|
"author": "John MacFarlane",
|
|
"bugs": { "url": "https://github.com/jgm/CommonMark/issues" },
|
|
"license": "BSD-3-Clause",
|
|
"main": "./lib/index.js",
|
|
"bin": { "commonmark": "./bin/commonmark" },
|
|
"scripts": { "test": "node ./test.js" },
|
|
"directories": {
|
|
"lib": "./lib"
|
|
},
|
|
"engines": {
|
|
"node": "*"
|
|
}
|
|
}
|