2016-05-18 17:15:23 -04:00
|
|
|
{
|
2016-12-01 10:39:04 -05:00
|
|
|
"version": "2.0.0",
|
|
|
|
"name": "dynamicbible",
|
|
|
|
"author": "Jason Wall",
|
|
|
|
"homepage": "http://dynamicbible.com/",
|
|
|
|
"private": true,
|
2016-12-01 15:57:01 -05:00
|
|
|
"config": {
|
|
|
|
"ionic_source_map": "source-map"
|
|
|
|
},
|
2016-12-01 10:39:04 -05:00
|
|
|
"scripts": {
|
2016-12-27 17:23:20 -05:00
|
|
|
"clean": "ionic-app-scripts clean",
|
|
|
|
"build": "ionic-app-scripts build",
|
2016-12-01 10:39:04 -05:00
|
|
|
"ionic:build": "ionic-app-scripts build",
|
2016-12-28 15:57:16 -05:00
|
|
|
"ionic:serve": "ionic-app-scripts serve",
|
2016-12-31 14:50:40 -05:00
|
|
|
"test": "karma start karma.conf.js"
|
2016-12-01 10:39:04 -05:00
|
|
|
},
|
2016-05-18 17:15:23 -04:00
|
|
|
"dependencies": {
|
2016-12-27 17:23:20 -05:00
|
|
|
"@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",
|
2016-12-31 14:50:40 -05:00
|
|
|
"@types/jasmine": "^2.5.38",
|
2016-12-27 17:23:20 -05:00
|
|
|
"ionic-angular": "2.0.0-rc.4",
|
|
|
|
"ionic-native": "2.2.11",
|
2016-05-18 17:15:23 -04:00
|
|
|
"ionicons": "3.0.0",
|
2016-12-31 14:50:40 -05:00
|
|
|
"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",
|
2016-12-01 10:39:04 -05:00
|
|
|
"rxjs": "5.0.0-beta.12",
|
|
|
|
"zone.js": "0.6.26"
|
2016-05-18 17:15:23 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-12-27 17:23:20 -05:00
|
|
|
"@ionic/app-scripts": "0.0.47",
|
2016-12-28 15:57:16 -05:00
|
|
|
"karma": "^1.3.0",
|
2016-12-31 14:50:40 -05:00
|
|
|
"typescript": "2.0.9"
|
2016-05-18 17:15:23 -04:00
|
|
|
},
|
|
|
|
"cordovaPlugins": [
|
|
|
|
"cordova-plugin-whitelist",
|
|
|
|
"cordova-plugin-statusbar",
|
2016-12-27 17:23:20 -05:00
|
|
|
"cordova-plugin-console",
|
2016-12-01 10:39:04 -05:00
|
|
|
"cordova-plugin-device",
|
2016-12-27 17:23:20 -05:00
|
|
|
"cordova-plugin-splashscreen",
|
|
|
|
"ionic-plugin-keyboard"
|
2016-05-18 17:15:23 -04:00
|
|
|
],
|
2016-12-01 10:39:04 -05:00
|
|
|
"cordovaPlatforms": [],
|
|
|
|
"description": "Dynamic Bible: A bible made for studying scripture"
|
2016-05-18 17:15:23 -04:00
|
|
|
}
|