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.
 
 
 
 
 

26 lines
600 B

{
"name": "markdown-it-footnote",
"version": "3.0.3",
"description": "Footnotes for markdown-it markdown parser.",
"keywords": [
"markdown-it-plugin",
"markdown-it",
"markdown",
"footnotes"
],
"repository": "markdown-it/markdown-it-footnote",
"license": "MIT",
"scripts": {
"test": "make test"
},
"devDependencies": {
"browserify": "^16.2.3",
"coveralls": "^3.0.2",
"eslint": "^5.9.0",
"istanbul": "^0.4.5",
"markdown-it": "markdown-it/markdown-it",
"markdown-it-testgen": "~0.1.0",
"mocha": "^5.2.0",
"terser": "^3.17.0"
}
}