51 lines
1.1 KiB
JSON
51 lines
1.1 KiB
JSON
|
{
|
||
|
"name": "@citation-js/plugin-bibtex",
|
||
|
"version": "0.7.9",
|
||
|
"description": "Plugin for BibTeX formats for Citation.js",
|
||
|
"keywords": [
|
||
|
"citation-js",
|
||
|
"bibtex",
|
||
|
"biblatex",
|
||
|
"tex"
|
||
|
],
|
||
|
"author": "Lars Willighagen <lars.willighagen@gmail.com>",
|
||
|
"license": "MIT",
|
||
|
"main": "lib/index.js",
|
||
|
"module": "lib-mjs/index.js",
|
||
|
"directories": {
|
||
|
"lib": "src",
|
||
|
"test": "__tests__"
|
||
|
},
|
||
|
"homepage": "https://citation.js.org/",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/citation-js/citation-js.git",
|
||
|
"directory": "packages/plugin-bibtex"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/citation-js/citation-js/issues"
|
||
|
},
|
||
|
"engines": {
|
||
|
"node": ">=16.0.0"
|
||
|
},
|
||
|
"files": [
|
||
|
"lib",
|
||
|
"lib-mjs"
|
||
|
],
|
||
|
"scripts": {
|
||
|
"test": "mocha -c -R dot test/*.spec.js"
|
||
|
},
|
||
|
"dependencies": {
|
||
|
"@citation-js/date": "^0.5.0",
|
||
|
"@citation-js/name": "^0.4.2",
|
||
|
"moo": "^0.5.1"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@citation-js/core": "^0.7.9"
|
||
|
},
|
||
|
"peerDependencies": {
|
||
|
"@citation-js/core": "^0.7.0"
|
||
|
},
|
||
|
"gitHead": "8fa1b9d3d420f489f9a8a57f9759b50a6369182c"
|
||
|
}
|