-
Notifications
You must be signed in to change notification settings - Fork 24
Expand file tree
/
Copy pathpackage.json
More file actions
25 lines (25 loc) · 822 Bytes
/
Copy pathpackage.json
File metadata and controls
25 lines (25 loc) · 822 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
{
"name": "react-native-detect-mock-location",
"version": "1.0.0",
"description": "Detects if the device is using mock location app to spoof it's real location. In that case user will be prompted to fix the mock location settings first before using the app.",
"main": "index.js",
"scripts": {},
"keywords": [
"react native",
"location spoofing",
"mock location"
],
"author": "Zain Ul Abdin <zainkhas93@gmail.com>",
"license": "MIT",
"homepage": "https://github.com/zainkhas/react-native-detect-mock-location",
"bugs": {
"url": "https://github.com/zainkhas/react-native-detect-mock-location/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/zainkhas/react-native-detect-mock-location.git"
},
"peerDependencies": {
"react-native": "^0.41.2"
}
}