package.json 773 B

123456789101112131415161718192021222324252627282930313233
  1. {
  2. "name": "cordova-plugin-image-picker",
  3. "version": "1.1.1",
  4. "description": "This plugin allows selection of multiple images from the camera roll / gallery in a phonegap app",
  5. "cordova": {
  6. "id": "cordova-plugin-image-picker",
  7. "platforms": [
  8. "ios",
  9. "android"
  10. ]
  11. },
  12. "repository": {
  13. "type": "git",
  14. "url": "git+https://github.com/wymsee/cordova-imagePicker.git"
  15. },
  16. "keywords": [
  17. "ecosystem:cordova",
  18. "cordova-ios",
  19. "cordova-android"
  20. ],
  21. "engines": [
  22. {
  23. "name": "cordova",
  24. "version": ">=3.0.0"
  25. }
  26. ],
  27. "author": "Wymsee",
  28. "license": "MIT",
  29. "bugs": {
  30. "url": "https://github.com/wymsee/cordova-imagePicker/issues"
  31. },
  32. "homepage": "https://github.com/wymsee/cordova-imagePicker#readme"
  33. }