books-of-the-bible
Version:
An ordered list of the names of the books of the bible, with common abbreviations
26 lines (25 loc) • 609 B
JSON
{
"name": "books-of-the-bible",
"version": "2.0.0",
"description": "An ordered list of the names of the books of the bible, with common abbreviations",
"type": "module",
"main": "index.js",
"types": "index.d.ts",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TehShrike/books-of-the-bible.git"
},
"keywords": [
"bible",
"book"
],
"author": "TehShrike",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/TehShrike/books-of-the-bible/issues"
},
"homepage": "https://github.com/TehShrike/books-of-the-bible#readme"
}