alientronics/fleetany-mobile

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "fleetany-mobile",
  "description": "fleetany app for gps and fuel tracking",
  "license": "AGPL-3.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/alientronics/fleetany-mobile.git"
  },
  "dependencies": {
    "@angular/common": "2.1.1",
    "@angular/compiler": "2.1.1",
    "@angular/compiler-cli": "2.1.1",
    "@angular/core": "2.1.1",
    "@angular/forms": "2.1.1",
    "@angular/http": "2.1.1",
    "@angular/platform-browser": "2.1.1",
    "@angular/platform-browser-dynamic": "2.1.1",
    "@angular/platform-server": "2.1.1",
    "@ionic/storage": "1.1.6",
    "ionic-angular": "2.0.0-rc.3",
    "ionic-native": "2.2.6",
    "ionicons": "3.0.0",
    "jszip": "3.1.3",
    "moment": ">=2.19.3",
    "ng2-translate": "3.2.1",
    "rxjs": "5.0.0-beta.12",
    "zone.js": "0.6.26"
  },
  "devDependencies": {
    "@ionic/app-scripts": "0.0.45",
    "@types/jasmine": "2.5.37",
    "@types/jszip": "0.0.31",
    "angular-cli": "1.0.0-beta.20-1",
    "del": "^2.2.2",
    "jasmine-core": "2.5.2",
    "jasmine-spec-reporter": "2.7.0",
    "karma": "1.3.0",
    "karma-chrome-launcher": "2.0.0",
    "karma-cli": "1.0.1",
    "karma-jasmine": "1.0.2",
    "karma-mocha-reporter": "2.2.0",
    "karma-remap-istanbul": "0.2.1",
    "protractor": "4.0.10",
    "ts-node": "1.6.1",
    "tslint": "3.15.1",
    "tslint-eslint-rules": "2.1.0",
    "typescript": "2.0.9"
  },
  "cordovaPlugins": [
    "cordova-plugin-device",
    "cordova-plugin-console",
    "cordova-plugin-whitelist",
    "cordova-plugin-splashscreen",
    "cordova-plugin-statusbar",
    "ionic-plugin-keyboard",
    "cordova-plugin-googleplus",
    "cordova-plugin-geolocation",
    "cordova-plugin-x-toast",
    "cordova-plugin-ble-central",
    "cordova-plugin-bluetooth-serial",
    "cordova-plugin-network-information",
    "cordova-plugin-globalization",
    "cordova-plugin-geofence",
    "cordova-plugin-crosswalk-webview",
    "cordova-plugin-background-mode",
    {
      "locator": "https://github.com/boltex/cordova-plugin-powermanagement.git",
      "id": "at.gofg.sportscomputer.powermanagement"
    }
  ],
  "cordovaPlatforms": [
    "android"
  ],
  "scripts": {
    "postinstall": "webdriver-manager update",
    "test": "ng test --watch=false  --code-coverage",
    "build": "ionic-app-scripts build",
    "watch": "ionic-app-scripts watch",
    "serve:before": "watch",
    "emulate:before": "build",
    "deploy:before": "build",
    "build:before": "build",
    "run:before": "build"
  }
}