Markdown parser, done right. 100% CommonMark support, extensions, syntax plugins & high speed https://markdown-it.github.io/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

60 lines
1.5 KiB

10 years ago
{
"name": "markdown-it",
9 years ago
"version": "3.0.7",
10 years ago
"description": "Markdown-it - modern pluggable markdown parser.",
10 years ago
"keywords": [
"markdown",
"parser",
10 years ago
"commonmark",
10 years ago
"markdown-it",
"markdown-it-plugin"
10 years ago
],
"homepage": "https://github.com/markdown-it/markdown-it",
10 years ago
"repository": {
"type": "git",
"url": "git://github.com/markdown-it/markdown-it.git"
10 years ago
},
"bugs": {
"url": "https://github.com/markdown-it/markdown-it/issues"
10 years ago
},
10 years ago
"license": "MIT",
10 years ago
"main": "index.js",
"bin": { "markdown-it": "bin/markdown-it.js" },
"scripts": {
"test": "make test"
},
"dependencies": {
"argparse": "~ 1.0.0",
"linkify-it": "~ 0.1.2",
"mdurl": "~ 1.0.0",
"uc.micro": "~ 0.1.0"
},
10 years ago
"devDependencies": {
9 years ago
"ansi": "~0.3.0",
"autoprefixer-stylus": "~0.5.0",
9 years ago
"benchmark": "~1.0.0",
10 years ago
"browserify": "*",
"chai": "~2.1.0",
"commonmark": "~0.18.1",
9 years ago
"coveralls": "~2.11.2",
"eslint": "0.13.0",
"eslint-plugin-nodeca": "^1.0.0",
"istanbul": "*",
"jade": "~1.9.2",
"markdown-it-abbr": "~ 0.1.0",
"markdown-it-deflist": "~ 0.1.0",
"markdown-it-emoji": "~ 0.1.3",
"markdown-it-footnote": "~ 0.1.0",
"markdown-it-for-inline": "~ 0.1.0",
"markdown-it-ins": "~ 0.1.0",
"markdown-it-mark": "~ 0.1.0",
"markdown-it-sub": "~ 0.1.0",
"markdown-it-sup": "~ 0.1.0",
"markdown-it-testgen": "~ 0.1.3",
"marked": "0.3.3",
"stylus": "~0.50.0",
10 years ago
"mocha": "*",
"uglify-js": "*"
10 years ago
}
}