UNPKG

763 BJSONView Raw
1{
2 "name": "markdown-it-multimd-table",
3 "description": "Multimarkdown table syntax plugin for markdown-it markdown parser",
4 "main": "index.js",
5 "authors": [
6 "RedBug312"
7 ],
8 "license": "MIT",
9 "keywords": [
10 "markdown-it-plugin",
11 "markdown-it",
12 "markdown",
13 "multimarkdown",
14 "table"
15 ],
16 "homepage": "https://github.com/RedBug312/markdown-it-multimd-table",
17 "ignore": [
18 "**/.*",
19 "node_modules",
20 "bower_components",
21 "test",
22 "tests"
23 ],
24 "dependencies": {
25 "markdown-it": "^8.4.2"
26 },
27 "devDependencies": {
28 "browserify": "^16.3.0",
29 "coveralls": "^3.0.4",
30 "eslint": "^6.0.1",
31 "istanbul": "^0.4.5",
32 "markdown-it-testgen": "^0.1.3",
33 "mocha": "^6.1.4",
34 "terser": "^4.1.2"
35 }
36}