Mon 21 Jul 22:43:21 CEST 2025

This commit is contained in:
sbosse 2025-07-21 23:34:05 +02:00
parent 4c6e44266a
commit d71a085de5

View File

@ -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"
}