diff --git a/js/ui/cordova/plugins/cordova-plugin-http/package.json b/js/ui/cordova/plugins/cordova-plugin-http/package.json new file mode 100644 index 0000000..5004d0f --- /dev/null +++ b/js/ui/cordova/plugins/cordova-plugin-http/package.json @@ -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" +}