QR scanner
Showing
| { | { | ||
| "name": "atapp", | "name": "atapp", | ||
| "version": "1.0.8.1", | "version": "1.0.0", | ||
| "author": "Allo Testeurs", | "description": "", | ||
| "homepage": "http://www.allo-testeurs.com/", | "main": "index.js", | ||
| "scripts": { | |||
| "ng": "ng", | |||
| "start": "ng serve", | |||
| "build": "ng build", | |||
| "test": "ng test", | |||
| "lint": "ng lint", | |||
| "e2e": "ng e2e" | |||
| }, | |||
| "private": true, | |||
| "dependencies": { | "dependencies": { | ||
| "@angular/common": "^7.2.2", | |||
| "@angular/core": "^7.2.2", | |||
| "@angular/forms": "^7.2.2", | |||
| "@angular/http": "^7.2.2", | |||
| "@angular/platform-browser": "^7.2.2", | |||
| "@angular/platform-browser-dynamic": "^7.2.2", | |||
| "@angular/router": "^7.2.2", | |||
| "@ionic-native/app-version": "^5.11.0", | |||
| "@ionic-native/background-geolocation": "^5.8.0", | |||
| "@ionic-native/background-mode": "^5.11.0", | |||
| "@ionic-native/camera": "^5.13.0", | |||
| "@ionic-native/core": "^5.0.0", | |||
| "@ionic-native/diagnostic": "^5.8.0", | |||
| "@ionic-native/file": "^5.13.0", | |||
| "@ionic-native/file-path": "^5.13.0", | |||
| "@ionic-native/google-plus": "^5.0.0", | |||
| "@ionic-native/http": "^5.8.0", | |||
| "@ionic-native/ionic-webview": "^5.13.0", | |||
| "@ionic-native/local-notifications": "^5.11.0", | |||
| "@ionic-native/location-accuracy": "^5.8.0", | |||
| "@ionic-native/splash-screen": "^5.0.0", | |||
| "@ionic-native/status-bar": "^5.0.0", | |||
| "@ionic/angular": "^4.1.0", | |||
| "@ionic/storage": "^2.2.0", | |||
| "@mauron85/cordova-plugin-background-geolocation": "^3.0.3", | |||
| "cordova-android": "^8.0.0", | "cordova-android": "^8.0.0", | ||
| "cordova-plugin-advanced-http": "^2.1.1", | "cordova-plugin-advanced-http": "^2.1.1", | ||
| "cordova-plugin-app-version": "^0.1.9", | "cordova-plugin-app-version": "^0.1.9", | ||
| "cordova-plugin-background-mode": "git+https://github.com/sercatven/cordova-plugin-background-mode.git", | "cordova-plugin-background-mode": "^0.7.2", | ||
| "cordova-plugin-badge": "^0.8.8", | |||
| "cordova-plugin-camera": "^4.1.0", | "cordova-plugin-camera": "^4.1.0", | ||
| "cordova-plugin-file": "^6.0.1", | "cordova-plugin-file": "^6.0.1", | ||
| "cordova-plugin-badge": "^0.8.8", | |||
| "cordova-plugin-filepath": "^1.5.6", | "cordova-plugin-filepath": "^1.5.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", | ||
| "cordova-plugin-qrscanner": "^3.0.1", | |||
| "cordova-plugin-request-location-accuracy": "^2.3.0", | "cordova-plugin-request-location-accuracy": "^2.3.0", | ||
| "cordova-sqlite-storage": "^3.2.0", | "cordova-sqlite-storage": "^3.2.0", | ||
| "cordova.plugins.diagnostic": "^5.0.0", | "cordova.plugins.diagnostic": "^5.0.0", | ||
| "core-js": "^2.5.4", | |||
| "ionic-image-loader": "^6.3.3", | "ionic-image-loader": "^6.3.3", | ||
| "leaflet": "^1.5.1", | |||
| "leaflet.markercluster": "^1.4.1", | "leaflet.markercluster": "^1.4.1", | ||
| "path": "^0.12.7", | "leaflet": "^1.5.1", | ||
| "rxjs": "~6.5.1", | "path": "^0.12.7" | ||
| "tslib": "^1.9.0", | |||
| "zone.js": "~0.8.29" | |||
| }, | }, | ||
| "devDependencies": { | "devDependencies": {}, | ||
| "@angular-devkit/architect": "~0.13.8", | "scripts": { | ||
| "@angular-devkit/build-angular": "~0.13.8", | "test": "echo \"Error: no test specified\" && exit 1" | ||
| "@angular-devkit/core": "~7.3.8", | |||
| "@angular-devkit/schematics": "~7.3.8", | |||
| "@angular/cli": "~7.3.8", | |||
| "@angular/compiler": "~7.2.2", | |||
| "@angular/compiler-cli": "~7.2.2", | |||
| "@angular/language-service": "~7.2.2", | |||
| "@ionic/angular-toolkit": "~1.5.1", | |||
| "@ionic/lab": "2.0.4", | |||
| "@types/jasmine": "~2.8.8", | |||
| "@types/jasminewd2": "~2.0.3", | |||
| "@types/node": "~12.0.0", | |||
| "codelyzer": "~4.5.0", | |||
| "jasmine-core": "~2.99.1", | |||
| "jasmine-spec-reporter": "~4.2.1", | |||
| "karma": "~4.1.0", | |||
| "karma-chrome-launcher": "~2.2.0", | |||
| "karma-coverage-istanbul-reporter": "~2.0.1", | |||
| "karma-jasmine": "~1.1.2", | |||
| "karma-jasmine-html-reporter": "^0.2.2", | |||
| "protractor": "~5.4.0", | |||
| "ts-node": "~8.3.0", | |||
| "tslint": "~5.17.0", | |||
| "typescript": "~3.1.6", | |||
| "cordova-plugin-whitelist": "1.3.3", | |||
| "cordova-plugin-statusbar": "2.4.2", | |||
| "cordova-plugin-device": "2.0.2", | |||
| "cordova-plugin-splashscreen": "5.0.2", | |||
| "cordova-plugin-ionic-webview": "^4.0.0", | |||
| "cordova-plugin-ionic-keyboard": "^2.0.5" | |||
| }, | }, | ||
| "browser": { | "repository": { | ||
| "crypto": false, | "type": "git", | ||
| "fs": false, | "url": "git@versions.feeling-group.com:nabil.sadki/allo-app.git" | ||
| "module": false | |||
| }, | }, | ||
| "description": "An Ionic project", | "author": "", | ||
| "cordova": { | "license": "ISC" | ||
| "plugins": { | } | ||
| "cordova-sqlite-storage": {}, | |||
| "cordova-plugin-advanced-http": {}, | |||
| "cordova.plugins.diagnostic": { | |||
| "ANDROID_SUPPORT_VERSION": "28.+" | |||
| }, | |||
| "cordova-plugin-request-location-accuracy": {}, | |||
| "cordova-plugin-local-notification": {}, | |||
| "cordova-plugin-mauron85-background-geolocation": { | |||
| "GOOGLE_PLAY_SERVICES_VERSION": "11+", | |||
| "ANDROID_SUPPORT_LIBRARY_VERSION": "26+", | |||
| "ICON": "@mipmap/ic_launcher", | |||
| "SMALL_ICON": "@mipmap/ic_launcher", | |||
| "ACCOUNT_NAME": "@string/app_name", | |||
| "ACCOUNT_LABEL": "@string/app_name", | |||
| "ACCOUNT_TYPE": "$PACKAGE_NAME.account", | |||
| "CONTENT_AUTHORITY": "$PACKAGE_NAME" | |||
| }, | |||
| "cordova-plugin-whitelist": {}, | |||
| "cordova-plugin-statusbar": {}, | |||
| "cordova-plugin-device": {}, | |||
| "cordova-plugin-splashscreen": {}, | |||
| "cordova-plugin-ionic-webview": {}, | |||
| "cordova-plugin-ionic-keyboard": {}, | |||
| "cordova-plugin-background-mode": {}, | |||
| "@mauron85/cordova-plugin-background-geolocation": { | |||
| "GOOGLE_PLAY_SERVICES_VERSION": "11+", | |||
| "ANDROID_SUPPORT_LIBRARY_VERSION": "26+", | |||
| "ICON": "@mipmap/ic_launcher", | |||
| "SMALL_ICON": "@mipmap/ic_launcher", | |||
| "ACCOUNT_NAME": "@string/app_name", | |||
| "ACCOUNT_LABEL": "@string/app_name", | |||
| "ACCOUNT_TYPE": "$PACKAGE_NAME.account", | |||
| "CONTENT_AUTHORITY": "$PACKAGE_NAME" | |||
| }, | |||
| "cordova-plugin-app-version": {}, | |||
| "cordova-plugin-file": {}, | |||
| "cordova-plugin-googleplus": { | |||
| "PLAY_SERVICES_VERSION": "11.8.0" | |||
| }, | |||
| "cordova-plugin-camera": { | |||
| "ANDROID_SUPPORT_V4_VERSION": "27.+" | |||
| }, | |||
| "cordova-plugin-filepath": {} | |||
| }, | |||
| "platforms": [ | |||
| "android" | |||
| ] | |||
| } | |||
| } | |||
| \ No newline at end of file |
Please
register
or
sign in
to comment