2016-05-18 17:15:23 -04:00
|
|
|
{
|
2017-01-26 21:14:55 -05:00
|
|
|
"version": "3.0.0",
|
2016-12-01 10:39:04 -05:00
|
|
|
"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": {
|
2017-01-24 16:43:58 -05:00
|
|
|
"clean": "ionic-app-scripts clean",
|
|
|
|
"build": "ionic-app-scripts build",
|
|
|
|
"ionic:build": "ionic-app-scripts build",
|
|
|
|
"ionic:serve": "ionic-app-scripts serve",
|
2017-01-05 19:54:18 -05:00
|
|
|
"start": "ionic serve",
|
2017-01-26 21:14:55 -05:00
|
|
|
"lab": "ionic serve --lab",
|
2017-01-05 19:54:18 -05:00
|
|
|
"test": "ng test",
|
|
|
|
"test-coverage": "ng test --code-coverage"
|
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",
|
2017-01-26 21:14:55 -05:00
|
|
|
"ionic-angular": "2.0.0",
|
2016-12-27 17:23:20 -05:00
|
|
|
"ionic-native": "2.2.11",
|
2016-05-18 17:15:23 -04:00
|
|
|
"ionicons": "3.0.0",
|
2016-12-01 10:39:04 -05:00
|
|
|
"rxjs": "5.0.0-beta.12",
|
2017-01-26 21:14:55 -05:00
|
|
|
"sw-toolbox": "3.4.0",
|
|
|
|
"zone.js": "0.6.26"
|
2016-05-18 17:15:23 -04:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2017-01-21 00:15:00 -05:00
|
|
|
"@ionic/app-scripts": "1.0.0",
|
2017-01-05 19:54:18 -05:00
|
|
|
"@types/jasmine": "2.5.38",
|
|
|
|
"@types/node": "6.0.42",
|
|
|
|
"angular-cli": "1.0.0-beta.24",
|
|
|
|
"codecov": "1.0.1",
|
|
|
|
"jasmine-core": "2.5.2",
|
|
|
|
"jasmine-spec-reporter": "2.7.0",
|
|
|
|
"karma": "1.3.0",
|
|
|
|
"karma-chrome-launcher": "2.0.0",
|
|
|
|
"karma-cli": "1.0.1",
|
|
|
|
"karma-jasmine": "1.1.0",
|
|
|
|
"karma-mocha-reporter": "2.2.1",
|
|
|
|
"karma-remap-istanbul": "0.2.2",
|
|
|
|
"protractor": "4.0.13",
|
|
|
|
"protractor-jasmine2-screenshot-reporter": "0.3.2",
|
|
|
|
"ts-node": "1.7.2",
|
|
|
|
"tslint": "4.1.1",
|
|
|
|
"tslint-eslint-rules": "3.2.0",
|
2017-01-21 00:15:00 -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
|
|
|
}
|