UNPKG
bible-sample-config
Version:
latest (1.0.0-alpha2)
1.0.0-alpha2
1.0.0-alpha1
1.0.0-alpha
Sample configuration for Bible CLI client.
github.com/BibleJS/sample-config
bible-sample-config
/
installation
/
sample-config.js
15 lines
(14 loc)
•
333 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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"
} } }