{
  "name": "cordova-plugin-geofence-appit",
  "version": "1.0.3",
  "description": "Cordova geofence plugin",
  "cordova": {
    "id": "cordova-plugin-geofence-appit",
    "platforms": [
      "android",
      "ios",
      "wp8",
      "windows8",
      "windows"
    ]
  },
  "funding": {
    "url": "https://paypal.me/dave7117",
    "type": "paypal"
  },
  "scripts": {
    "test:ios": "FIX_PARAMEDIC=true cordova-paramedic --platform ios --plugin . --verbose",
    "pretest": "sed -i 's/play-services-location:+/play-services-location:9.8.0/g' plugin.xml",
    "test": "cordova-paramedic --platform android@6.0 --plugin . --verbose",
    "posttest": "sed -i 's/play-services-location:9.8.0/play-services-location:+/g' plugin.xml"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/appit-online/cordova-plugin-geofence-appit.git"
  },
  "keywords": [
    "cordova",
    "plugin",
    "geofence",
    "ecosystem:cordova",
    "cordova-android",
    "cordova-ios",
    "cordova-wp8",
    "cordova-windows8",
    "cordova-windows"
  ],
  "author": "AppIT",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/appit-online/cordova-plugin-geofence-appit/issues"
  },
  "homepage": "https://github.com/appit-online/cordova-plugin-geofence-appit#readme",
  "engines": [
    {
      "name": "cordova",
      "version": ">=5.0.0"
    }
  ],
  "typings": "./typings/cordova-plugin-geofence.d.ts",
  "devDependencies": {
    "cordova": "^6.1.1",
    "cordova-paramedic": "git+https://github.com/apache/cordova-paramedic.git"
  }
}
