forked from incentfit/HealthKit
-
Notifications
You must be signed in to change notification settings - Fork 130
/
package.json
executable file
·38 lines (38 loc) · 1017 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
34
35
36
37
38
{
"version": "3.2.3",
"name": "cordova-plugin-health",
"cordova_name": "Health",
"description": "A plugin that abstracts fitness and health repositories like Apple HealthKit or Google Health Connect",
"license": "MIT",
"author": "Dario Salvi",
"homepage": "https://github.com/dariosalvi78/cordova-plugin-health",
"repo": "https://github.com/dariosalvi78/cordova-plugin-health.git",
"repository": {
"type": "git",
"url": "https://github.com/dariosalvi78/cordova-plugin-health.git"
},
"bugs": {
"url": "https://github.com/dariosalvi78/cordova-plugin-health/issues"
},
"issue": "https://github.com/dariosalvi78/cordova-plugin-health/issues",
"keywords": [
"HealthKit",
"Health Connect",
"health",
"fitness",
"ecosystem:cordova"
],
"platforms": [
"ios",
"android"
],
"engines": {
"cordovaDependencies": {
"3.0.0": {
"cordova": ">12.0.0",
"cordova-android": ">12.0.0",
"cordova-ios": ">7.0.0"
}
}
}
}