{
  "version": "3.2.4",
  "name": "cordova-plugin-health",
  "cordova_name": "Health",
  "description": "A plugin that abstracts fitness and health repositories like Apple HealthKit or Google Health Connect",
  "license": "MIT",
  "author": "Dario Salvi",
  "homepage": "https://github.com/dariosalvi78/cordova-plugin-health",
  "repo": "https://github.com/dariosalvi78/cordova-plugin-health.git",
  "repository": {
    "type": "git",
    "url": "https://github.com/dariosalvi78/cordova-plugin-health.git"
  },
  "bugs": {
    "url": "https://github.com/dariosalvi78/cordova-plugin-health/issues"
  },
  "issue": "https://github.com/dariosalvi78/cordova-plugin-health/issues",
  "keywords": [
    "HealthKit",
    "Health Connect",
    "health",
    "fitness",
    "ecosystem:cordova"
  ],
  "platforms": [
    "ios",
    "android"
  ],
  "engines": {
    "cordovaDependencies": {
      "3.0.0": {
        "cordova": ">12.0.0",
        "cordova-android": ">12.0.0",
        "cordova-ios": ">7.0.0"
      }
    }
  }
}