Mon 21 Jul 22:43:21 CEST 2025
This commit is contained in:
parent
542b545700
commit
db7b61949e
37
js/ui/cordova/plugins/cordova-plugin-compat/package.json
Normal file
37
js/ui/cordova/plugins/cordova-plugin-compat/package.json
Normal file
|
@ -0,0 +1,37 @@
|
|||
{
|
||||
"name": "cordova-plugin-compat",
|
||||
"description": "[DEPRECATED] This repo is for remaining backwards compatible with previous versions of Cordova.",
|
||||
"version": "1.2.0",
|
||||
"homepage": "http://github.com/apache/cordova-plugin-compat#readme",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
"url": "git://github.com/apache/cordova-plugin-compat.git"
|
||||
},
|
||||
"bugs": {
|
||||
"url": "https://github.com/apache/cordova-plugin-compat/issues"
|
||||
},
|
||||
"cordova": {
|
||||
"id": "cordova-plugin-compat",
|
||||
"platforms": [
|
||||
"android"
|
||||
]
|
||||
},
|
||||
"keywords": [
|
||||
"ecosystem:cordova",
|
||||
"ecosystem:phonegap",
|
||||
"cordova-android"
|
||||
],
|
||||
"engines": {
|
||||
"cordovaDependencies": {
|
||||
"<1.2.0": {
|
||||
"cordova": ">=5.0.0"
|
||||
},
|
||||
">=1.2.0": {
|
||||
"cordova": ">=5.0.0",
|
||||
"cordova-android": "<6.3.0"
|
||||
}
|
||||
}
|
||||
},
|
||||
"author": "Apache Software Foundation",
|
||||
"license": "Apache-2.0"
|
||||
}
|
Loading…
Reference in New Issue
Block a user