reflib-endnotexml
Version:
Reflib parser for EndNote XML files
43 lines (42 loc) • 919 B
JSON
{
"name": "reflib-endnotexml",
"version": "1.4.5",
"description": "Reflib parser for EndNote XML files",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/hash-bang/Reflib-EndNoteXML"
},
"scripts": {
"test": "mocha"
},
"keywords": [
"reflib",
"endnote",
"endnotexml",
"references",
"library",
"xml",
"parser"
],
"author": "Matt Carter <m@ttcarter.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/hash-bang/Reflib-EndNoteXML/issues"
},
"homepage": "https://github.com/hash-bang/Reflib-EndNoteXML",
"dependencies": {
"async-chainable": "^2.6.1",
"date-fns": "^2.19.0",
"entities": "^2.2.0",
"json-path": "^0.1.3",
"lodash": "^4.17.21",
"sax": "^1.2.4",
"xml2js": "^0.4.23"
},
"devDependencies": {
"chai": "^4.3.3",
"mocha": "^8.3.1",
"moment": "^2.29.1"
}
}