mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-30 02:59:49 -04:00
46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"version": "2.0.0",
|
|
"name": "dynamicbible",
|
|
"author": "Jason Wall",
|
|
"homepage": "http://dynamicbible.com/",
|
|
"private": true,
|
|
"config": {
|
|
"ionic_source_map": "source-map"
|
|
},
|
|
"scripts": {
|
|
"ionic:build": "ionic-app-scripts build",
|
|
"ionic:serve": "ionic-app-scripts serve"
|
|
},
|
|
"dependencies": {
|
|
"@angular/common": "2.1.1",
|
|
"@angular/compiler": "2.1.1",
|
|
"@angular/compiler-cli": "2.1.1",
|
|
"@angular/core": "2.1.1",
|
|
"@angular/forms": "2.1.1",
|
|
"@angular/http": "2.1.1",
|
|
"@angular/platform-browser": "2.1.1",
|
|
"@angular/platform-browser-dynamic": "2.1.1",
|
|
"@angular/platform-server": "2.1.1",
|
|
"@ionic/storage": "1.1.6",
|
|
"ionic-angular": "2.0.0-rc.3",
|
|
"ionic-native": "2.2.3",
|
|
"ionicons": "3.0.0",
|
|
"rxjs": "5.0.0-beta.12",
|
|
"zone.js": "0.6.26"
|
|
},
|
|
"devDependencies": {
|
|
"@ionic/app-scripts": "0.0.45",
|
|
"typescript": "2.0.6"
|
|
},
|
|
"cordovaPlugins": [
|
|
"cordova-plugin-whitelist",
|
|
"cordova-plugin-console",
|
|
"cordova-plugin-statusbar",
|
|
"cordova-plugin-device",
|
|
"ionic-plugin-keyboard",
|
|
"cordova-plugin-splashscreen"
|
|
],
|
|
"cordovaPlatforms": [],
|
|
"description": "Dynamic Bible: A bible made for studying scripture"
|
|
}
|