UNPKG

bible-sample-config

Version:

Sample configuration for Bible CLI client.

15 lines (14 loc) 333 B
module.exports = { versions: { en: { source: "https://github.com/BibleJS/bible-english" , version: "master" , language: "en" }, ro: { source: "https://github.com/BibleJS/bible-romanian" , version: "master" , language: "ro" } } }