UNPKG

923 BJSONView Raw
1{
2 "name": "markdown-it-multimd-table",
3 "version": "4.1.0",
4 "description": "Multimarkdown table syntax plugin for markdown-it markdown parser",
5 "keywords": [
6 "markdown-it-plugin",
7 "markdown-it",
8 "markdown",
9 "multimarkdown",
10 "table"
11 ],
12 "homepage": "https://github.com/RedBug312/markdown-it-multimd-table",
13 "repository": {
14 "type": "git",
15 "url": "git://github.com/RedBug312/markdown-it-multimd-table.git"
16 },
17 "bugs": {
18 "url": "https://github.com/RedBug312/markdown-it-multimd-table/issues"
19 },
20 "author": "RedBug312",
21 "license": "MIT",
22 "main": "index.js",
23 "scripts": {
24 "test": "make test"
25 },
26 "dependencies": {
27 "markdown-it": "^11.0.0"
28 },
29 "devDependencies": {
30 "browserify": "^16.3.0",
31 "coveralls": "^3.0.4",
32 "eslint": "^6.0.1",
33 "istanbul": "^0.4.5",
34 "markdown-it-testgen": "^0.1.3",
35 "mocha": "^6.1.4",
36 "terser": "^4.1.2"
37 }
38}