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.
parttimejob/node_modules/markdown-it-footnote/package.json

38 lines
896 B

4 weeks ago
{
"name": "markdown-it-footnote",
"version": "2.0.0",
"description": "Footnotes for markdown-it markdown parser.",
"keywords": [
"markdown-it-plugin",
"markdown-it",
"markdown",
"footnotes"
],
"homepage": "https://github.com/markdown-it/markdown-it-footnote",
"repository": {
"type": "git",
"url": "git://github.com/markdown-it/markdown-it-footnote.git"
},
"bugs": {
"url": "https://github.com/markdown-it/markdown-it-footnote/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": "*"
}
}