1
0
Fork 0
This repository has been archived on 2024-02-06. You can view files and clone it, but cannot push or open issues or pull requests.
markdown-it-raw-table/package.json

28 lines
556 B
JSON
Raw Normal View History

2021-01-10 16:52:01 +09:00
{
"name": "@sup39/markdown-it-raw-table",
"version": "1.0.0",
"description": "Plugin for Markdown-it to use non-GFM table.",
"keywords": [
"markdown",
"markdown-it",
"markdown-it-plugin",
"table"
],
"repository": "sup39/markdown-it-raw-table",
"license": "MIT",
"main": "lib/index.js",
"scripts": {
"lint": "eslint .",
"test": "mocha"
},
2021-01-13 01:12:03 +09:00
"files": [
"lib/"
],
2021-01-10 16:52:01 +09:00
"devDependencies": {
"eslint": "^7.17.0",
"eslint-config-google": "^0.14.0",
"markdown-it": "^12.0.4",
"mocha": "^8.2.1"
}
}