package.json 749 Bytes
Newer Older
1
{
Terrillo Walls's avatar
Terrillo Walls committed
2
  "name": "rn-apple-healthkit",
Terrillo Walls's avatar
0.6.5  
Terrillo Walls committed
3
  "version": "0.6.5",
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",
冷佳娟's avatar
冷佳娟 committed
8
    "url": "git+https://cm.ylhealth.org/gitlab/ym/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
  "bugs": {
冷佳娟's avatar
冷佳娟 committed
21
    "url": "https://cm.ylhealth.org/gitlab/ym/rn-apple-healthkit/issues"
22
  },
冷佳娟's avatar
冷佳娟 committed
23
  "homepage": "https://cm.ylhealth.org/gitlab/ym/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
  }
}