-
-
Notifications
You must be signed in to change notification settings - Fork 77
/
package.json
43 lines (43 loc) · 977 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
40
41
42
43
{
"name": "cordova-plugin-iroot",
"version": "3.1.0",
"description": "Jailbreak/Root Detection Plugin for Apache Cordova",
"types": "./types/index.d.ts",
"cordova": {
"id": "cordova-plugin-iroot",
"platforms": [
"ios",
"android"
]
},
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova",
"jailbreak",
"jailbroken",
"cydia",
"detection",
"detector",
"root",
"rooted",
"rootBeer",
"android",
"ios",
"iroot",
"plugin"
],
"engines": {
"cordova": ">=10.0.0"
},
"author": {
"name": "Elderov Ali",
"email": "[email protected]",
"url": "https://github.com/WuglyakBolgoink"
},
"license": "MIT",
"bugs": "https://github.com/WuglyakBolgoink/cordova-plugin-iroot/issues",
"homepage": "https://github.com/WuglyakBolgoink/cordova-plugin-iroot#readme",
"repository": "github:WuglyakBolgoink/cordova-plugin-iroot"
}