eadparser
Version:
Parses ead files to JSON.
28 lines (27 loc) • 532 B
JSON
{
"name": "eadparser",
"version": "1.0.29-beta",
"description": "Parses ead files to JSON.",
"main": "index.js",
"scripts": {
"test": "mocha --recursive"
},
"author": "Jason Michel <michel.31@osu.edu>",
"license": "ISC",
"keywords": [
"ead",
"finding aid",
"archives",
"libraries",
"library"
],
"dependencies": {
"axios": "^0.18.0",
"chai": "^4.2.0",
"dotenv": "^6.0.0",
"lodash": "^4.17.11",
"mocha": "^6.2.2",
"rewire": "^4.0.1",
"xml2js": "^0.4.19"
}
}