@platzi/markdown
Version:
Platzi Flavored Markdown parser
60 lines (59 loc) • 1.43 kB
JSON
{
"name": "@platzi/markdown",
"version": "1.3.4",
"description": "Platzi Flavored Markdown parser",
"main": "index.js",
"scripts": {
"test": "jest",
"test:fix": "jest -u",
"test:watch": "jest --watch",
"test:report": "jest --coverage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/PlatziDev/markdown.git"
},
"keywords": [
"markdown",
"parser",
"platzi",
"markdown-it"
],
"author": {
"name": "Platzi Team",
"email": "cursos@platzi.com",
"url": "https://github.com/PlatziDev"
},
"contributors": [
{
"name": "Sergio Daniel Xalambrí",
"email": "colo@platzi.com",
"url": "https://sergio.xalambri.xyz/"
},
{
"name": "Diego Forero",
"email": "gollum@platzi.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/PlatziDev/markdown/issues"
},
"homepage": "https://github.com/PlatziDev/markdown#readme",
"devDependencies": {
"jest": "20.0.4",
"markdown-it-math": "^4.0.1"
},
"dependencies": {
"markdown-it": "8.3.1",
"markdown-it-abbr": "1.0.4",
"markdown-it-deflist": "2.0.2",
"markdown-it-emoji": "1.3.0",
"markdown-it-implicit-figures": "0.6.0",
"markdown-it-ins": "2.0.0",
"markdown-it-link-attributes": "^2.0.0",
"markdown-it-mark": "2.0.0",
"markdown-it-podcast": "^0.1.0",
"markdown-it-video": "0.4.0"
}
}