mirror of
https://github.com/shuto-cn/cordova-plugin-root-detection.git
synced 2026-01-28 00:00:01 +08:00
npm migrate
This commit is contained in:
36
package.json
Normal file
36
package.json
Normal file
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"name": "cordova-plugin-root-detection",
|
||||
"version": "0.1.0",
|
||||
"description": "Cordova Plugin for detecting if the device running the app is rooted.",
|
||||
"cordova": {
|
||||
"id": "cordova-plugin-root-detection",
|
||||
"platforms": [
|
||||
"android"
|
||||
]
|
||||
},
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git+https://github.com/trykovyura/cordova-plugin-root-detection.git"
|
||||
},
|
||||
"keywords": [
|
||||
"cordova",
|
||||
"detection",
|
||||
"detector",
|
||||
"root",
|
||||
"rooted",
|
||||
"ecosystem:cordova",
|
||||
"cordova-android"
|
||||
],
|
||||
"engines": [
|
||||
{
|
||||
"name": "cordova",
|
||||
"version": ">=3.0.0"
|
||||
}
|
||||
],
|
||||
"author": "Yury Trykov (http://trykov.ru/)",
|
||||
"license": "MIT",
|
||||
"bugs": {
|
||||
"url": "https://github.com/trykovyura/cordova-plugin-root-detection/issues"
|
||||
},
|
||||
"homepage": "https://github.com/trykovyura/cordova-plugin-root-detection#readme"
|
||||
}
|
||||
@@ -1,5 +1,5 @@
|
||||
<?xml version='1.0' encoding='utf-8'?>
|
||||
<plugin id="ru.trykov.rootdetection" version="0.1.0" xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||
<plugin id="cordova-plugin-root-detection" version="0.1.0" xmlns="http://apache.org/cordova/ns/plugins/1.0"
|
||||
xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<name>Root Detection</name>
|
||||
<author>Yury Trykov (http://trykov.ru/)</author>
|
||||
|
||||
Reference in New Issue
Block a user