mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-23 23:39:50 -04:00

* fixed display of strongs when there were more than one sn for a given word. * added ability to look up references in the b:ch:v format
55 lines
1.3 KiB
JSON
55 lines
1.3 KiB
JSON
{
|
|
"project": {
|
|
"version": "3.2.1",
|
|
"name": "Dynamic Bible"
|
|
},
|
|
"apps": [
|
|
{
|
|
"root": "src",
|
|
"outDir": "dist",
|
|
"assets": ["assets"],
|
|
"index": "index.html",
|
|
"main": "main.ts",
|
|
"test": "test.ts",
|
|
"tsconfig": "tsconfig.test.json",
|
|
"prefix": "app",
|
|
"mobile": false,
|
|
"styles": ["styles.css"],
|
|
"scripts": [],
|
|
"environments": {
|
|
"source": "environments/environment.ts",
|
|
"dev": "environments/environment.ts",
|
|
"prod": "environments/environment.prod.ts"
|
|
}
|
|
}
|
|
],
|
|
"addons": [],
|
|
"packages": [],
|
|
"e2e": {
|
|
"protractor": {
|
|
"config": "./protractor.conf.js"
|
|
}
|
|
},
|
|
"test": {
|
|
"karma": {
|
|
"config": "./karma.conf.js"
|
|
}
|
|
},
|
|
"defaults": {
|
|
"styleExt": "css",
|
|
"prefixInterfaces": false,
|
|
"inline": {
|
|
"style": false,
|
|
"template": false
|
|
},
|
|
"spec": {
|
|
"class": false,
|
|
"component": true,
|
|
"directive": true,
|
|
"module": false,
|
|
"pipe": true,
|
|
"service": true
|
|
}
|
|
}
|
|
}
|