reflib
Version:
Citation reference library I/O
43 lines (42 loc) • 910 B
JSON
{
"name": "reflib",
"version": "1.8.9",
"description": "Citation reference library I/O",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/hash-bang/Reflib-Node"
},
"keywords": [
"reflib",
"references",
"citations",
"library"
],
"author": "Matt Carter <m@ttcarter.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hash-bang/Reflib-Node/issues"
},
"homepage": "https://github.com/hash-bang/Reflib-Node",
"engines": {
"node": ">=10.x.x"
},
"dependencies": {
"date-fns": "^2.24.0",
"lodash": "^4.17.21",
"reflib-csv": "^1.0.6",
"reflib-endnotexml": "^1.4.5",
"reflib-json": "^1.3.1",
"reflib-medline": "^1.0.7",
"reflib-ris": "^1.1.0",
"reflib-tsv": "^1.0.1"
},
"devDependencies": {
"chai": "^4.3.4",
"mocha": "^9.1.2"
}
}