forked from StasDoskalenko/react-native-google-fit
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·48 lines (48 loc) · 1.24 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
{
"name": "react-native-google-fit",
"version": "0.13.0",
"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.20.1"
},
"devDependencies": {
"babel-eslint": "10.0.1",
"eslint": "5.15.0",
"eslint-plugin-babel": "5.2.1",
"eslint-config-standard": "12.0.0",
"eslint-plugin-import": "2.16.0",
"eslint-plugin-jsx-a11y": "6.2.1",
"eslint-plugin-node": "7.0.1",
"eslint-plugin-promise": "4.0.1",
"eslint-plugin-react": "7.12.4",
"eslint-plugin-standard": "4.0.0",
"eslint-config-standard-react": "7.0.2",
"react-native": "0.58.6"
}
}