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.

32 lines
613 B

7 years ago
  1. {
  2. "name": "cordova-plugin-whitelist",
  3. "version": "1.3.1",
  4. "description": "Cordova Whitelist Plugin",
  5. "cordova": {
  6. "platforms": [
  7. "android"
  8. ]
  9. },
  10. "repository": {
  11. "type": "git",
  12. "url": "https://github.com/apache/cordova-plugin-whitelist"
  13. },
  14. "keywords": [
  15. "cordova",
  16. "whitelist",
  17. "ecosystem:cordova",
  18. "cordova-android"
  19. ],
  20. "engines": {
  21. "cordovaDependencies": {
  22. "0.0.0": {
  23. "cordova-android": ">=4.0.0"
  24. },
  25. "2.0.0": {
  26. "cordova": ">100"
  27. }
  28. }
  29. },
  30. "author": "Apache Software Foundation",
  31. "license": "Apache-2.0"
  32. }