collatia
Version:
Collate manuscripts
28 lines (27 loc) • 568 B
JSON
{
"name": "collatia",
"description": "Collate manuscripts",
"version": "0.1.14",
"license": "GPL-3.0-or-later",
"repository": {
"type": "git",
"url": "https://github.com/ivandustin/collate"
},
"dependencies": {
"argparse": "^2.0.1",
"mocha": "^8.3.2"
},
"bin": {
"collate": "main.js"
},
"keywords": [
"collate",
"manuscripts",
"greek",
"new testament",
"bible"
],
"scripts": {
"test": "mocha"
}
}