diff --git a/js/ui/cordova/plugins/cordova-plugin-whitelist/package.json b/js/ui/cordova/plugins/cordova-plugin-whitelist/package.json new file mode 100644 index 0000000..8abf81a --- /dev/null +++ b/js/ui/cordova/plugins/cordova-plugin-whitelist/package.json @@ -0,0 +1,35 @@ +{ + "name": "cordova-plugin-whitelist", + "version": "1.3.3", + "description": "Cordova Whitelist Plugin", + "cordova": { + "platforms": [ + "android" + ] + }, + "repository": { + "type": "git", + "url": "https://github.com/apache/cordova-plugin-whitelist" + }, + "bugs": { + "url": "https://issues.apache.org/jira/browse/CB" + }, + "keywords": [ + "cordova", + "whitelist", + "ecosystem:cordova", + "cordova-android" + ], + "engines": { + "cordovaDependencies": { + "0.0.0": { + "cordova-android": ">=4.0.0" + }, + "2.0.0": { + "cordova": ">100" + } + } + }, + "author": "Apache Software Foundation", + "license": "Apache-2.0" +}