-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
23 lines (23 loc) · 704 Bytes
/
package.json
File metadata and controls
23 lines (23 loc) · 704 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"name": "react-native-android-background-geolocation-demo",
"version": "0.1.0",
"description": "A demo of the react-native-android-background-geolocation",
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"android": "react-native run-android"
},
"dependencies": {
"react": "16.6.3",
"react-native": "0.57.8",
"react-native-android-background-geolocation": "^0.1.0"
},
"devDependencies": {
"babel-eslint": "^10.0.1",
"babel-jest": "23.6.0",
"eslint": "^5.12.0",
"eslint-plugin-react": "^7.12.3",
"eslint-plugin-react-native": "^3.6.0",
"flow-bin": "^0.78.0",
"metro-react-native-babel-preset": "0.51.1"
}
}