{ "name": "moodlemobile", "version": "3.5.0", "description": "The official app for Moodle.", "author": { "name": "Moodle Pty Ltd.", "email": "mobile@moodle.com" }, "repository": { "type": "git", "url": "https://github.com/moodlehq/moodlemobile2.git" }, "license": "Apache-2.0", "licenses": [ { "type": "Apache-2.0", "url": "http://www.apache.org/licenses/LICENSE-2.0" } ], "scripts": { "clean": "ionic-app-scripts clean", "build": "ionic-app-scripts build", "lint": "ionic-app-scripts lint", "ionic:build": "ionic-app-scripts build", "ionic:serve": "ionic-app-scripts serve" }, "dependencies": { "@angular/common": "4.4.3", "@angular/compiler": "4.4.3", "@angular/compiler-cli": "4.4.3", "@angular/core": "4.4.3", "@angular/forms": "4.4.3", "@angular/http": "4.4.3", "@angular/platform-browser": "4.4.3", "@angular/platform-browser-dynamic": "4.4.3", "@ionic-native/core": "4.3.0", "@ionic-native/keyboard": "^4.3.2", "@ionic-native/network": "^4.3.2", "@ionic-native/splash-screen": "4.3.0", "@ionic-native/sqlite": "^4.3.2", "@ionic-native/status-bar": "4.3.0", "@ionic/storage": "2.0.1", "@ngx-translate/core": "^8.0.0", "@ngx-translate/http-loader": "^2.0.0", "@types/cordova": "0.0.34", "@types/cordova-plugin-network-information": "0.0.3", "@types/promise.prototype.finally": "^2.0.2", "electron-builder-squirrel-windows": "^19.3.0", "electron-windows-notifications": "^1.1.13", "ionic-angular": "3.7.1", "ionicons": "3.0.0", "moment": "^2.19.1", "promise.prototype.finally": "^3.0.1", "rxjs": "5.4.3", "sw-toolbox": "3.6.0", "zone.js": "0.8.18" }, "devDependencies": { "@ionic/app-scripts": "3.0.0", "typescript": "2.3.4" } }