From e6a9da4624ac0148e298e8babc172ed1d8920790 Mon Sep 17 00:00:00 2001 From: trykov Date: Fri, 12 Jun 2015 09:52:14 +0300 Subject: [PATCH] npm migrate --- package.json | 36 ++++++++++++++++++++++++++++++++++++ plugin.xml | 2 +- 2 files changed, 37 insertions(+), 1 deletion(-) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..eaa4a61 --- /dev/null +++ b/package.json @@ -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" +} diff --git a/plugin.xml b/plugin.xml index 1c52ae9..bce819a 100644 --- a/plugin.xml +++ b/plugin.xml @@ -1,5 +1,5 @@ - Root Detection Yury Trykov (http://trykov.ru/)