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.

30 lines
626 B

10 years ago
{
"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",
"devDependencies": {
"ansi": "^0.3.0",
"benchmark": "^1.0.0",
"browserify": "*",
"jade": "1.6.0",
10 years ago
"jshint": "*",
"mocha": "*",
"uglifyjs": "*"
}
}