forked from StasDoskalenko/react-native-google-fit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.31 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"name": "react-native-google-fit",
"version": "0.19.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"
},
"dependencies": {
"moment": "^2.29.2"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"eslint": "^7.28.0",
"eslint-config-standard": "^16.0.3",
"eslint-config-standard-react": "^11.0.1",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-import": "^2.23.4",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^5.1.0",
"eslint-plugin-react": "^7.24.0",
"eslint-plugin-standard": "^4.1.0",
"react-native": "^0.64.2"
},
"peerDependencies": {
"react-native": ">=0.60.0"
}
}