{
  "name": "@ovalmoney/react-native-fitness",
  "version": "0.5.3",
  "description": "A React Native package that gives you access to Apple kit and Google Fit data.",
  "main": "./js/index.js",
  "keywords": [
    "react",
    "native",
    "react-native",
    "health-kit",
    "google-fit",
    "fitness"
  ],
  "author": "Oval Money",
  "contributors": [
    {
      "name": "Francesco Voto",
      "email": "fv@ovalmoney.com"
    }
  ],
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/OvalMoney/react-native-fitness/issues"
  },
  "homepage": "https://github.com/OvalMoney/react-native-fitness",
  "files": [
    "/android",
    "!/android/build",
    "/ios",
    "/js",
    "/*.podspec"
  ],
  "peerDependencies": {
    "react-native": ">=0.41.2"
  }
}
