markdown-it-ins-del
Version:
<ins> and <s> tags, with attribution, for markdown-it markdown parser.
43 lines (42 loc) • 966 B
JSON
{
"name": "markdown-it-ins-del",
"version": "0.1.1",
"description": "<ins> and <s> tags, with attribution, for markdown-it markdown parser.",
"keywords": [
"markdown-it-plugin",
"markdown-it",
"markdown",
"insert",
"ins",
"delete",
"del",
"sup",
"strikethrough"
],
"homepage": "https://github.com/WenTingZhu/markdown-it-ins-del",
"repository": {
"type": "git",
"url": "https://github.com/WenTingZhu/markdown-it-ins-del.git"
},
"bugs": {
"url": "https://github.com/WenTingZhu/markdown-it-ins-del/issues"
},
"license": "MIT",
"main": "index.js",
"scripts": {
"test": "make test"
},
"devDependencies": {
"browserify": "*",
"coveralls": "^2.11.2",
"eslint": "0.10.2",
"eslint-plugin-nodeca": "^1.0.0",
"istanbul": "*",
"lodash": "*",
"markdown-it": "4.0.0",
"markdown-it-testgen": "~0.1.0",
"mocha": "*",
"request": "*",
"uglify-js": "*"
}
}