books-of-the-bible
v1.2.0
Published
An ordered list of the names of the books of the bible, with common abbreviations
Downloads
1,283
Readme
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' ] },
]