@apiverve/bible
Version:
Bible is a simple tool for getting bible verses. Simply provide the book, chapter, and verse, and the API will return the verse.
32 lines • 889 B
JSON
{
"name": "@apiverve/bible",
"version": "1.1.9",
"description": "Bible is a simple tool for getting bible verses. Simply provide the book, chapter, and verse, and the API will return the verse.",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/apiverve/bible-API.git"
},
"keywords": [
"bible","bible verse","bible api","bible tool","bible software"
],
"author": "APIVerve <hello@apiverve.com> (http://apiverve.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/apiverve/bible-API/issues"
},
"homepage": "https://apiverve.com/marketplace/api/bible?utm_source=npm",
"devDependencies": {
"mocha": "^11.0.1",
"chai": "^5.1.2",
"dotenv": "^16.4.7"
},
"dependencies": {
"node-fetch": "^3.3.2",
"promise": "^8.3.0",
"axios": "1.7.9"
}
}