Mon 21 Jul 22:43:21 CEST 2025
This commit is contained in:
parent
01a15909a9
commit
2f96e96070
35
js/ui/cordova/plugins/cordova-plugin-http/package.json
Normal file
35
js/ui/cordova/plugins/cordova-plugin-http/package.json
Normal file
|
@ -0,0 +1,35 @@
|
||||||
|
{
|
||||||
|
"name": "cordova-plugin-http",
|
||||||
|
"version": "1.2.0",
|
||||||
|
"description": "Cordova / Phonegap plugin for communicating with HTTP servers using SSL pinning",
|
||||||
|
"cordova": {
|
||||||
|
"id": "cordova-plugin-http",
|
||||||
|
"platforms": [
|
||||||
|
"ios",
|
||||||
|
"android"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"repository": {
|
||||||
|
"type": "git",
|
||||||
|
"url": "git+https://github.com/wymsee/cordova-HTTP.git"
|
||||||
|
},
|
||||||
|
"keywords": [
|
||||||
|
"cordova",
|
||||||
|
"device",
|
||||||
|
"ecosystem:cordova",
|
||||||
|
"cordova-ios",
|
||||||
|
"cordova-android"
|
||||||
|
],
|
||||||
|
"engines": [
|
||||||
|
{
|
||||||
|
"name": "cordova",
|
||||||
|
"version": ">=3.0.0"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"author": "Wymsee",
|
||||||
|
"license": "MIT",
|
||||||
|
"bugs": {
|
||||||
|
"url": "https://github.com/wymsee/cordova-HTTP/issues"
|
||||||
|
},
|
||||||
|
"homepage": "https://github.com/wymsee/cordova-HTTP#readme"
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user