package.json 583 Bytes
Newer Older
1
{
Terrillo Walls's avatar
Terrillo Walls committed
2
  "name": "rn-apple-healthkit",
Terrillo Walls's avatar
Terrillo Walls committed
3
  "version": "0.2.0",
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
  ],
Terrillo Walls's avatar
Terrillo Walls committed
20
  "author": "Terrillo Walls",
21 22
  "license": "MIT",
  "devDependencies": {
Terrillo Walls's avatar
Terrillo Walls committed
23
    "react-native": ">=0.40.0"
24 25
  },
  "peerDependencies": {
Terrillo Walls's avatar
Terrillo Walls committed
26
    "react-native": ">=0.40.0"
27 28
  }
}