mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-29 18:49:52 -04:00
56 lines
1.5 KiB
JSON
56 lines
1.5 KiB
JSON
{
|
|
"version": "2.0.0",
|
|
"name": "dynamicbible",
|
|
"author": "Jason Wall",
|
|
"homepage": "http://dynamicbible.com/",
|
|
"private": true,
|
|
"config": {
|
|
"ionic_source_map": "source-map"
|
|
},
|
|
"scripts": {
|
|
"clean": "ionic-app-scripts clean",
|
|
"build": "ionic-app-scripts build",
|
|
"ionic:build": "ionic-app-scripts build",
|
|
"ionic:serve": "ionic-app-scripts serve",
|
|
"test": "karma start karma.conf.js"
|
|
},
|
|
"dependencies": {
|
|
"@angular/common": "2.2.1",
|
|
"@angular/compiler": "2.2.1",
|
|
"@angular/compiler-cli": "2.2.1",
|
|
"@angular/core": "2.2.1",
|
|
"@angular/forms": "2.2.1",
|
|
"@angular/http": "2.2.1",
|
|
"@angular/platform-browser": "2.2.1",
|
|
"@angular/platform-browser-dynamic": "2.2.1",
|
|
"@angular/platform-server": "2.2.1",
|
|
"@ionic/storage": "1.1.7",
|
|
"@types/jasmine": "^2.5.38",
|
|
"ionic-angular": "2.0.0-rc.4",
|
|
"ionic-native": "2.2.11",
|
|
"ionicons": "3.0.0",
|
|
"jasmine-core": "^2.5.2",
|
|
"karma": "^1.3.0",
|
|
"karma-chrome-launcher": "^2.0.0",
|
|
"karma-jasmine": "^1.1.0",
|
|
"karma-typescript": "^2.1.5",
|
|
"rxjs": "5.0.0-beta.12",
|
|
"zone.js": "0.6.26"
|
|
},
|
|
"devDependencies": {
|
|
"@ionic/app-scripts": "0.0.47",
|
|
"karma": "^1.3.0",
|
|
"typescript": "2.0.9"
|
|
},
|
|
"cordovaPlugins": [
|
|
"cordova-plugin-whitelist",
|
|
"cordova-plugin-statusbar",
|
|
"cordova-plugin-console",
|
|
"cordova-plugin-device",
|
|
"cordova-plugin-splashscreen",
|
|
"ionic-plugin-keyboard"
|
|
],
|
|
"cordovaPlatforms": [],
|
|
"description": "Dynamic Bible: A bible made for studying scripture"
|
|
}
|