forked from lucaspbordignon/rn-apple-healthkit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 754 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"name": "rn-apple-healthkit",
"version": "0.7.3",
"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"
}
}