UNPKG

976 BJSONView Raw
1{
2 "name": "markdown-it-multimd-table",
3 "version": "2.0.1",
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": "^5.0.3"
28 },
29 "devDependencies": {
30 "browserify": "*",
31 "coveralls": "^2.11.2",
32 "eslint": "0.10.2",
33 "eslint-plugin-nodeca": "^1.0.0",
34 "istanbul": "*",
35 "markdown-it": "^5.0.3",
36 "markdown-it-testgen": "~0.1.0",
37 "mocha": "*",
38 "uglify-js": "^2.7.3"
39 }
40}