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.

40 lines
949 B

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