package.json 683 Bytes
Newer Older
1 2
{
  "name": "react-native-apple-healthkit",
Greg Wilson's avatar
0.0.6  
Greg Wilson committed
3
  "version": "0.0.6",
4 5 6 7 8 9 10
  "description": "A React Native bridge module for interacting with Apple HealthKit data",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
11
    "url": "git+https://github.com/GregWilson/react-native-apple-healthkit.git"
12 13 14
  },
  "keywords": [
    "Apple",
Greg Wilson's avatar
0.0.3  
Greg Wilson committed
15
    "health-kit",
Greg Wilson's avatar
0.0.4  
Greg Wilson committed
16
    "healthkit",
17
    "ReactNative",
Greg Wilson's avatar
Greg Wilson committed
18
    "react-native",
Greg Wilson's avatar
Greg Wilson committed
19 20 21
    "react",
	"native",
	"ios"
22 23 24 25 26 27 28 29 30 31
  ],
  "author": "Greg Wilson",
  "license": "MIT",
  "devDependencies": {
    "react-native": "^0.28.0"
  },
  "peerDependencies": {
    "react-native": "^0.28.0"
  }
}