mirror of
https://gitlab.com/walljm/dynamicbible.git
synced 2025-07-29 18:49:52 -04:00
33 lines
865 B
JSON
33 lines
865 B
JSON
{
|
|
"dependencies": {
|
|
"angular2": "2.0.0-beta.15",
|
|
"es6-shim": "^0.35.0",
|
|
"ionic-angular": "2.0.0-beta.6",
|
|
"ionic-native": "^1.1.0",
|
|
"ionicons": "3.0.0",
|
|
"rxjs": "5.0.0-beta.2"
|
|
},
|
|
"devDependencies": {
|
|
"del": "2.2.0",
|
|
"gulp": "3.9.1",
|
|
"gulp-watch": "4.3.5",
|
|
"ionic-gulp-browserify-typescript": "^1.1.0",
|
|
"ionic-gulp-fonts-copy": "^1.0.0",
|
|
"ionic-gulp-html-copy": "^1.0.0",
|
|
"ionic-gulp-sass-build": "^1.0.0",
|
|
"ionic-gulp-scripts-copy": "^1.0.1",
|
|
"run-sequence": "1.1.5"
|
|
},
|
|
"name": "dynamicbible",
|
|
"description": "DynamicBible: A Bible App made for study.",
|
|
"cordovaPlugins": [
|
|
"cordova-plugin-device",
|
|
"cordova-plugin-console",
|
|
"cordova-plugin-whitelist",
|
|
"cordova-plugin-splashscreen",
|
|
"cordova-plugin-statusbar",
|
|
"ionic-plugin-keyboard"
|
|
],
|
|
"cordovaPlatforms": []
|
|
}
|