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.
42 lines
993 B
42 lines
993 B
{
|
|
"name": "remarkable",
|
|
"version": "1.2.1",
|
|
"description": "Markdown parser, done right. Commonmark support, extensions, syntax plugins, high speed - all in one.",
|
|
"keywords": [
|
|
"markdown",
|
|
"md",
|
|
"commonmark",
|
|
"parser"
|
|
],
|
|
"homepage": "https://github.com/jonschlinkert/remarkable",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/jonschlinkert/remarkable.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jonschlinkert/remarkable/issues"
|
|
},
|
|
"license": "MIT",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "make test"
|
|
},
|
|
"dependencies": {
|
|
"argparse": "~ 0.1.15",
|
|
"autolinker": "~ 0.12.3",
|
|
"coveralls": "^2.11.2"
|
|
},
|
|
"devDependencies": {
|
|
"ansi": "^0.3.0",
|
|
"autoprefixer-stylus": "^0.3.0",
|
|
"benchmark": "^1.0.0",
|
|
"browserify": "*",
|
|
"eslint": "0.9.1",
|
|
"eslint-plugin-nodeca": "^1.0.0",
|
|
"istanbul": "*",
|
|
"jade": "^1.6.0",
|
|
"stylus": "^0.49.1",
|
|
"mocha": "*",
|
|
"uglify-js": "*"
|
|
}
|
|
}
|
|
|