1.2.0 • Published 9 months ago

books-of-the-bible v1.2.0

Weekly downloads
26
License
UNLICENSED
Repository
github
Last release
9 months ago

books-of-the-bible

An ordered list of the names of the canonical books of the bible, with common abbreviations.

The full data is in index.json.

Example:

[
	{ name: 'Genesis', aliases: [ 'Gen' ] },
	{ name: 'Exodus', aliases: [ 'Exod', 'Ex', 'Exo' ] },
/* snip */
	{ name: 'Jude', aliases: [ ] },
	{ name: 'Revelation', aliases: [ 'Rev' ] },
]