rn-apple-healthkit
Version:
A React Native package for interacting with Apple HealthKit
34 lines (33 loc) • 754 B
JSON
{
"name": "rn-apple-healthkit",
"version": "0.8.0",
"description": "A React Native package for interacting with Apple HealthKit",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/terrillo/rn-apple-healthkit.git"
},
"keywords": [
"Apple",
"health-kit",
"healthkit",
"ReactNative",
"react-native",
"react",
"native",
"ios"
],
"bugs": {
"url": "https://github.com/terrillo/rn-apple-healthkit/issues"
},
"homepage": "https://github.com/terrillo/rn-apple-healthkit",
"author": "Terrillo Walls",
"license": "MIT",
"devDependencies": {
"react": "16.8.3",
"react-native": ">=0.40.0"
},
"peerDependencies": {
"react-native": ">=0.40.0"
}
}