{
  "name": "nativescript-background-geolocation-lt",
  "version": "1.9.1",
  "description": "Sophisticated, battery-conscious, cross-platform background-geolocation with motion-detection and geofencing",
  "main": "api",
  "typings": "background-geolocation.d.ts",
  "nativescript": {
    "platforms": {
      "ios": "2.0.0",
      "android": "2.0.0"
    }
  },
  "scripts": {
    "build": "npm i && tsc",
    "demo.ios": "npm run preparedemo && cd ../demo && tns run ios --emulator",
    "demo.ios.device": "npm run preparedemo && cd ../demo && tns platform remove ios && tns run ios",
    "demo.android": "npm run preparedemo && cd ../demo && tns platform remove android && tns platform add android && tns run android",
    "test": "npm run tslint && npm run tslint.demo && cd ../demo && tns build ios && tns test android",
    "test.ios.device": "cd ../demo && tns platform remove ios && tns test ios",
    "test.android": "cd ../demo && tns platform remove android && tns test android --justlaunch",
    "preparedemo": "npm run build && cd ../demo && tns plugin remove nativescript-background-geolocation-lt && tns plugin add ../src && tns install",
    "setup": "npm run build && cd ../demo && npm i && tns platform add android && tns platform add ios && tns plugin add ../src",
    "setupandinstall": "npm i && cd ../demo && npm i && cd ../src && npm run build && cd ../demo && tns plugin add ../src && cd ../src",
    "tslint": "tslint --config '../tslint.json' '*.ts' --exclude '**/node_modules/**'",
    "tslint.demo": "tslint --config '../tslint.json' '../demo/app/*.ts' --exclude '**/node_modules/**'",
    "ci.tslint": "npm run tslint && npm run tslint.demo",
    "prepublishOnly": "npm run build",
    "development.setup": "npm run setup && npm link && cd ../demo && npm link nativescript-background-geolocation-lt && cd ../src"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/transistorsoft/nativescript-background-geolocation-lt.git"
  },
  "keywords": [
    "gps",
    "location",
    "geolocation",
    "background",
    "nativescript"
  ],
  "author": {
    "name": "Chris Scott, Transistor Software",
    "email": "chris@transistorsoft.com"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/transistorsoft/nativescript-background-geolocation-lt/issues"
  },
  "homepage": "http://shop.transistorsoft.com/pages/nativescript-background-geolocation",
  "devDependencies": {
    "tns-core-modules": "^5.1.0",
    "tns-platform-declarations": "^5.1.0",
    "nativescript-dev-typescript": "~0.7.0",
    "typescript": "^2.7.2"
  },
  "dependencies": {
    "nativescript-background-fetch": "~1.2.1",
    "nativescript-tslib": "^1.9.1-r1"
  }
}
