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.
33 lines
750 B
33 lines
750 B
{
|
|
"name": "remarkable",
|
|
"version": "1.0.0",
|
|
"homepage": "https://github.com/jonschlinkert/remarkable",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/jonschlinkert/remarkable.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/jonschlinkert/remarkable/issues"
|
|
},
|
|
"licenses": [
|
|
{
|
|
"type": "MIT",
|
|
"url": "https://github.com/jonschlinkert/remarkable/blob/master/LICENSE"
|
|
}
|
|
],
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"argparse": "~ 0.1.15",
|
|
"object-assign": "^1.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"ansi": "^0.3.0",
|
|
"benchmark": "^1.0.0",
|
|
"browserify": "*",
|
|
"eslint": "0.8.0",
|
|
"eslint-plugin-nodeca": "^1.0.0",
|
|
"jade": "1.6.0",
|
|
"mocha": "*",
|
|
"uglifyjs": "*"
|
|
}
|
|
}
|
|
|