-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
39 lines (39 loc) · 932 Bytes
/
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
{
"name": "cordova-plugin-root-safety",
"version": "0.0.3",
"description": "A plugin to check if the Android device is rooted or not using Google SafetyNet API. It provides both offline and online verification methods.",
"cordova": {
"id": "cordova-plugin-root-safety",
"platforms": [
"android"
]
},
"keywords": [
"cordova",
"ecosystem:cordova",
"cordova-android",
"android",
"root",
"rooted",
"emulator",
"detection",
"security",
"safetynet"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"author": "Sanjay Sharma",
"license": "Apache 2.0",
"repository": {
"type": "git",
"url": "git+https://github.com/snj07/cordova-plugin-root-safety.git"
},
"bugs": {
"url": "https://github.com/snj07/cordova-plugin-root-safety/issues"
},
"homepage": "https://github.com/snj07/cordova-plugin-root-safety"
}