You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

36 rivejä
748 B

  1. {
  2. "name": "cordova-plugin-http",
  3. "version": "1.2.0",
  4. "description": "Cordova / Phonegap plugin for communicating with HTTP servers using SSL pinning",
  5. "cordova": {
  6. "id": "cordova-plugin-http",
  7. "platforms": [
  8. "ios",
  9. "android"
  10. ]
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "git+https://github.com/wymsee/cordova-HTTP.git"
  15. },
  16. "keywords": [
  17. "cordova",
  18. "device",
  19. "ecosystem:cordova",
  20. "cordova-ios",
  21. "cordova-android"
  22. ],
  23. "engines": [
  24. {
  25. "name": "cordova",
  26. "version": ">=3.0.0"
  27. }
  28. ],
  29. "author": "Wymsee",
  30. "license": "MIT",
  31. "bugs": {
  32. "url": "https://github.com/wymsee/cordova-HTTP/issues"
  33. },
  34. "homepage": "https://github.com/wymsee/cordova-HTTP#readme"
  35. }