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.

47 lines
1.0 KiB

10 years ago
{
"name": "markdown-it",
10 years ago
"version": "2.1.2",
10 years ago
"description": "Markdown-it - modern pluggable markdown parser.",
10 years ago
"keywords": [
"markdown",
"parser",
10 years ago
"commonmark",
"markdown-it"
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",
"scripts": {
"test": "make test"
},
"dependencies": {
"argparse": "~ 0.1.15",
"autolinker": "~ 0.15.0"
},
10 years ago
"devDependencies": {
"ansi": "^0.3.0",
"autoprefixer-stylus": "^0.4.0",
10 years ago
"benchmark": "^1.0.0",
"browserify": "*",
"commonmark": "0.12.0",
"coveralls": "^2.11.2",
"eslint": "0.10.2",
"eslint-plugin-nodeca": "^1.0.0",
"istanbul": "*",
"jade": "^1.6.0",
"markdown-it-emoji": "~ 0.1.0",
"markdown-it-testgen": "~ 0.1.0",
"marked": "0.3.2",
"stylus": "^0.49.1",
10 years ago
"mocha": "*",
"uglify-js": "*"
10 years ago
}
}