This commit is contained in:
Olu Amey
2020-11-07 14:27:08 -05:00
parent abc0e763ff
commit f535c1df47
60 changed files with 985 additions and 16 deletions
+7 -4
View File
@@ -1,7 +1,7 @@
{
"name": "MermsProviders",
"version": "0.0.1",
"author": "Ionic Framework",
"name": "mermsproviders",
"version": "10.0.1",
"author": "Fluxtra LLC",
"homepage": "https://ionicframework.com/",
"scripts": {
"ng": "ng",
@@ -19,6 +19,7 @@
"@angular/platform-browser": "~10.0.0",
"@angular/platform-browser-dynamic": "~10.0.0",
"@angular/router": "~10.0.0",
"@capacitor/android": "^2.4.2",
"@capacitor/core": "2.4.2",
"@ionic-native/core": "^5.0.0",
"@ionic-native/splash-screen": "^5.0.0",
@@ -52,5 +53,7 @@
"tslint": "~6.1.0",
"typescript": "~3.9.5"
},
"description": "An Ionic project"
"description": "An Ionic project",
"main": "karma.conf.js",
"license": "ISC"
}