Add Google analytics
Showing
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
| { | { | ||
| "name": "atapp", | "name": "atapp", | ||
| "version": "1.0.8.1", | "version": "1.0.8-1", | ||
| "author": "Allo Testeurs", | "author": "Allo Testeurs", | ||
| "homepage": "http://www.allo-testeurs.com/", | "homepage": "http://www.allo-testeurs.com/", | ||
| "scripts": { | "scripts": { | ||
| ... | @@ -25,6 +25,7 @@ | ... | @@ -25,6 +25,7 @@ |
| "@ionic-native/background-mode": "^5.11.0", | "@ionic-native/background-mode": "^5.11.0", | ||
| "@ionic-native/core": "^5.0.0", | "@ionic-native/core": "^5.0.0", | ||
| "@ionic-native/diagnostic": "^5.8.0", | "@ionic-native/diagnostic": "^5.8.0", | ||
| "@ionic-native/google-analytics": "^5.15.0", | |||
| "@ionic-native/google-plus": "^5.0.0", | "@ionic-native/google-plus": "^5.0.0", | ||
| "@ionic-native/http": "^5.8.0", | "@ionic-native/http": "^5.8.0", | ||
| "@ionic-native/local-notifications": "^5.11.0", | "@ionic-native/local-notifications": "^5.11.0", | ||
| ... | @@ -40,6 +41,7 @@ | ... | @@ -40,6 +41,7 @@ |
| "cordova-plugin-background-mode": "git+https://github.com/sercatven/cordova-plugin-background-mode.git", | "cordova-plugin-background-mode": "git+https://github.com/sercatven/cordova-plugin-background-mode.git", | ||
| "cordova-plugin-badge": "^0.8.8", | "cordova-plugin-badge": "^0.8.8", | ||
| "cordova-plugin-file": "^6.0.1", | "cordova-plugin-file": "^6.0.1", | ||
| "cordova-plugin-google-analytics": "^1.8.6", | |||
| "cordova-plugin-googleplus": "^8.0.0", | "cordova-plugin-googleplus": "^8.0.0", | ||
| "cordova-plugin-local-notification": "^0.9.0-beta.2", | "cordova-plugin-local-notification": "^0.9.0-beta.2", | ||
| "cordova-plugin-play-games-services": "^1.1.2", | "cordova-plugin-play-games-services": "^1.1.2", | ||
| ... | @@ -93,7 +95,7 @@ | ... | @@ -93,7 +95,7 @@ |
| "fs": false, | "fs": false, | ||
| "module": false | "module": false | ||
| }, | }, | ||
| "description": "An Ionic project", | "description": "Allo Testeurs application", | ||
| "cordova": { | "cordova": { | ||
| "plugins": { | "plugins": { | ||
| "cordova-sqlite-storage": {}, | "cordova-sqlite-storage": {}, | ||
| ... | @@ -140,4 +142,4 @@ | ... | @@ -140,4 +142,4 @@ |
| "android" | "android" | ||
| ] | ] | ||
| } | } | ||
| } | } | ||
| \ No newline at end of file |
Please
register
or
sign in
to comment