forked from nearit/react-native-connectivity-status
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
35 lines (35 loc) · 893 Bytes
/
package.json
File metadata and controls
35 lines (35 loc) · 893 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
32
33
34
35
{
"name": "react-native-connectivity-status",
"version": "2.0.0",
"description": "A ReactNative module to check Location status on Android and iOS",
"author": {
"name": "Mattia Panzeri",
"email": "mattia.panzeri93@gmail.com",
"url": "https://github.com/panz3r"
},
"contributors": [
"Federico Boschini <federico@nearit.com>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/nearit/react-native-connectivity-status.git"
},
"homepage": "https://github.com/nearit/react-native-connectivity-status",
"bugs": {
"url": "https://github.com/nearit/react-native-connectivity-status/issues"
},
"keywords": [
"react-native",
"android",
"ios",
"location"
],
"main": "index.js",
"scripts": {
"test": "echo \"No test specified\""
},
"peerDependencies": {
"react-native": ">=0.41.2"
}
}