54 lines
1.4 KiB
JSON
54 lines
1.4 KiB
JSON
{
|
|
"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/splash-screen": "4.3.0",
|
|
"@ionic-native/sqlite": "^4.3.2",
|
|
"@ionic-native/status-bar": "4.3.0",
|
|
"@ionic/storage": "2.0.1",
|
|
"ionic-angular": "3.7.1",
|
|
"ionicons": "3.0.0",
|
|
"rxjs": "5.4.3",
|
|
"sw-toolbox": "3.6.0",
|
|
"zone.js": "0.8.18",
|
|
"electron-windows-notifications": "^1.1.13",
|
|
"electron-builder-squirrel-windows": "^19.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"@ionic/app-scripts": "3.0.0",
|
|
"typescript": "2.3.4"
|
|
}
|
|
}
|