Mon 21 Jul 22:43:21 CEST 2025
This commit is contained in:
parent
4c6e44266a
commit
d71a085de5
35
js/ui/cordova/plugins/cordova-plugin-whitelist/package.json
Normal file
35
js/ui/cordova/plugins/cordova-plugin-whitelist/package.json
Normal 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"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user