You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
39 lines
884 B
39 lines
884 B
4 weeks ago
|
{
|
||
|
"name": "markdown-it-ins",
|
||
|
"version": "2.0.0",
|
||
|
"description": "<ins> tag for markdown-it markdown parser.",
|
||
|
"keywords": [
|
||
|
"markdown-it-plugin",
|
||
|
"markdown-it",
|
||
|
"markdown",
|
||
|
"insert",
|
||
|
"ins"
|
||
|
],
|
||
|
"homepage": "https://github.com/markdown-it/markdown-it-ins",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/markdown-it/markdown-it-ins.git"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/markdown-it/markdown-it-ins/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": "markdown-it/markdown-it",
|
||
|
"markdown-it-testgen": "~0.1.0",
|
||
|
"mocha": "*",
|
||
|
"request": "*",
|
||
|
"uglify-js": "*"
|
||
|
}
|
||
|
}
|