@supremum/remark-bibtex
Version:
Remark plugin to generate citations from a bibtex file
52 lines (51 loc) • 1.13 kB
JSON
{
"name": "@supremum/remark-bibtex",
"version": "0.2.7",
"description": "Remark plugin to generate citations from a bibtex file",
"homepage": "https://github.com/dfeng/remark-bibtex#readme",
"repository": {
"type": "git",
"url": "https://github.com/dfeng/remark-bibtex.git"
},
"author": "dfeng",
"license": "MIT",
"keywords": [
"mdast",
"remark",
"bibtex",
"plugin",
"mdast-plugin",
"mdast-bibtex",
"remark-plugin",
"remark-bibtex",
"remark-footnote",
"citation-js",
"CSL"
],
"bugs": {
"url": "https://github.com/dfeng/remark-bibtex/issues"
},
"files": [
"index.js",
"package.json",
"LICENSE"
],
"main": "index.js",
"scripts": {
"test": "jest test.js",
"example": "node ./example/example.js"
},
"dependencies": {
"citation-js": "^0.5.0",
"unist-util-visit": "^2.0.3"
},
"devDependencies": {
"eslint": "^7.24.0",
"eslint-config-prettier": "^8.2.0",
"eslint-plugin-prettier": "^3.4.0",
"jest": "^26.6.3",
"prettier": "^2.2.1",
"remark": "^13.0.0",
"remark-footnotes": "^3.0.0"
}
}