forked from StasDoskalenko/react-native-google-fit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·31 lines (31 loc) · 764 Bytes
/
Copy pathpackage.json
File metadata and controls
executable file
·31 lines (31 loc) · 764 Bytes
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
{
"name": "react-native-google-fit",
"version": "0.7.1",
"description": "A React Native bridge module for interacting with Google Fit",
"main": "index.android.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"bugs": {
"url": "https://github.com/StasDoskalenko/react-native-google-fit/issues"
},
"homepage": "https://github.com/StasDoskalenko/react-native-google-fit#readme",
"keywords": [
"react-native",
"google-fit",
"Google",
"health",
"healthkit",
"fit",
"google fit",
"android",
"fitness",
"native",
"ReactNative"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/StasDoskalenko/react-native-google-fit.git"
}
}