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.
 
 
 

43 lines
960 B

{
"name": "markdown-it",
"version": "2.0.0",
"description": "Markdown parser with plugins",
"keywords": [
"markdown",
"parser",
"commonmark"
],
"homepage": "https://github.com/markdown-it/markdown-it",
"repository": {
"type": "git",
"url": "git://github.com/markdown-it/markdown-it.git"
},
"bugs": {
"url": "https://github.com/markdown-it/markdown-it/issues"
},
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "make test"
},
"dependencies": {
"argparse": "~ 0.1.15",
"autolinker": "~ 0.15.0"
},
"devDependencies": {
"ansi": "^0.3.0",
"autoprefixer-stylus": "^0.4.0",
"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",
"marked": "0.3.2",
"stylus": "^0.49.1",
"mocha": "*",
"uglify-js": "*"
}
}