package.json 731 Bytes
Newer Older
1
{
Terrillo Walls's avatar
Terrillo Walls committed
2
  "name": "rn-apple-healthkit",
Terrillo Walls's avatar
0.6.4  
Terrillo Walls committed
3
  "version": "0.6.4",
Terrillo Walls's avatar
Terrillo Walls committed
4
  "description": "A React Native package for interacting with Apple HealthKit",
5 6 7
  "main": "index.js",
  "repository": {
    "type": "git",
Terrillo Walls's avatar
Terrillo Walls committed
8
    "url": "git+https://github.com/terrillo/rn-apple-healthkit.git"
9 10 11
  },
  "keywords": [
    "Apple",
Greg Wilson's avatar
0.0.3  
Greg Wilson committed
12
    "health-kit",
Greg Wilson's avatar
0.0.4  
Greg Wilson committed
13
    "healthkit",
14
    "ReactNative",
Greg Wilson's avatar
Greg Wilson committed
15
    "react-native",
Greg Wilson's avatar
Greg Wilson committed
16
    "react",
Greg Wilson's avatar
0.0.7  
Greg Wilson committed
17 18
    "native",
    "ios"
19
  ],
20 21 22 23
  "bugs": {
    "url": "https://github.com/terrillo/rn-apple-healthkit/issues"
  },
  "homepage": "https://github.com/terrillo/rn-apple-healthkit",
Terrillo Walls's avatar
Terrillo Walls committed
24
  "author": "Terrillo Walls",
25 26
  "license": "MIT",
  "devDependencies": {
Terrillo Walls's avatar
Terrillo Walls committed
27
    "react-native": ">=0.40.0"
28 29
  },
  "peerDependencies": {
Terrillo Walls's avatar
Terrillo Walls committed
30
    "react-native": ">=0.40.0"
31 32
  }
}