forked from karandpr/cordova-plugin-android-rootbeer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
34 lines (34 loc) · 802 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
{
"name": "cordova-plugin-android-rootbeer",
"version": "0.0.8",
"cordova": {
"id": "cordova-plugin-android-rootbeer",
"platforms": [
"android"
]
},
"keywords": [
"cordova",
"root",
"android",
"rootbeer",
"rooted",
"ecosystem:cordova",
"cordova-android"
],
"description": "A wrapper plugin for rootbeer library. This library is used to detect root on Android Devices.",
"engines": {
"cordovaDependencies": {
"0.0.8": {"cordova-android": ">=4.0.0" }
}
},
"repository": {
"type": "git",
"url": "https://github.com/karandpr/cordova-plugin-android-rootbeer"
},
"bugs": {
"url": "https://github.com/karandpr/cordova-plugin-android-rootbeer/issues"
},
"license" : "Apache-2.0",
"author": "Karan Gandhi"
}