package.json 536 B

12345678910111213141516171819202122232425262728
  1. {
  2. "name": "cordova-plugin-whitelist",
  3. "version": "1.2.2",
  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. {
  22. "name": "cordova-android",
  23. "version": ">=4.0.0"
  24. }
  25. ],
  26. "author": "Apache Software Foundation",
  27. "license": "Apache 2.0"
  28. }