package.json 735 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "cordova-plugin-whitelist",
  3. "version": "1.3.5",
  4. "description": "Cordova Whitelist Plugin",
  5. "cordova": {
  6. "platforms": [
  7. "android"
  8. ]
  9. },
  10. "repository": "github:apache/cordova-plugin-whitelist",
  11. "bugs": "https://github.com/apache/cordova-plugin-whitelist/issues",
  12. "keywords": [
  13. "cordova",
  14. "whitelist",
  15. "ecosystem:cordova",
  16. "cordova-android"
  17. ],
  18. "scripts": {
  19. "test": "echo \"no tests implemented for this plugin\""
  20. },
  21. "author": "Apache Software Foundation",
  22. "license": "Apache-2.0",
  23. "engines": {
  24. "cordovaDependencies": {
  25. "0.0.0": {
  26. "cordova-android": ">=4.0.0"
  27. },
  28. "1.3.5": {
  29. "cordova-android": ">=4.0.0 <10.0.0"
  30. }
  31. }
  32. }
  33. }