49 lines
1 KiB
JSON
49 lines
1 KiB
JSON
|
{
|
||
|
"name": "@citation-js/plugin-csl",
|
||
|
"version": "0.7.9",
|
||
|
"description": "Plugin for CSL output for Citation.js",
|
||
|
"keywords": [
|
||
|
"citation-js",
|
||
|
"csl",
|
||
|
"citeproc"
|
||
|
],
|
||
|
"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-csl"
|
||
|
},
|
||
|
"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",
|
||
|
"citeproc": "^2.4.6"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"@citation-js/core": "^0.7.9"
|
||
|
},
|
||
|
"peerDependencies": {
|
||
|
"@citation-js/core": "^0.7.0"
|
||
|
},
|
||
|
"gitHead": "8fa1b9d3d420f489f9a8a57f9759b50a6369182c"
|
||
|
}
|