UNPKG

@cbop-dev/aland-gospel-synopsis

Version:

ES Javascript module for looking up parallel texts from the NT gospels, based on Aland's 'Quattuor Synopsis Evangeliorum'

34 lines (33 loc) 756 B
{ "name": "@cbop-dev/aland-gospel-synopsis", "version": "0.0.15", "description": "ES Javascript module for looking up parallel texts from the NT gospels, based on Aland's 'Quattuor Synopsis Evangeliorum'", "keywords": [ "gospels", "nt", "greek", "synopsis", "synopsis-quattuor-evangeliorum", "kurt", "kurt aland", "bible" ], "repository": { "type": "git", "url": "git+https://github.com/cbop-dev/aland-gospel-synopsis.git" }, "license": "ISC", "author": "Fr. Christopher Brannan, OP", "type": "module", "main": "./index.js", "exports": { "require": "./index.js", "import": "./index.js" }, "scripts": { "test": "vitest" }, "devDependencies": { "vitest": "^3.1.4" } }