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.
 
 
 
 
 
 

41 lines
1.5 KiB

  1. {
  2. "name": "cordova-plugin-photo-library",
  3. "version": "2.1.1",
  4. "description": "Plugin that just gets photos from the gallery",
  5. "main": "index.js",
  6. "scripts": {
  7. "test:android": "cordova-paramedic --platform android --plugin . --verbose",
  8. "test:ios": "cordova-paramedic --platform ios --plugin . --verbose",
  9. "test": "echo \"Run tests with https://github.com/terikon/cordova-plugin-photo-library-tester, or run test:android or test:ios.\" && exit 1",
  10. "copy-test-images:android:emulator": "adb -e push tests/test-images /mnt/sdcard/DCIM && adb -e shell am broadcast -a android.intent.action.MEDIA_MOUNTED -d file:///sdcard",
  11. "copy-test-images:ios:simulator": "xcrun simctl addmedia booted tests/test-images/*"
  12. },
  13. "repository": {
  14. "type": "git",
  15. "url": "git+https://github.com/terikon/cordova-plugin-photo-library.git"
  16. },
  17. "author": {
  18. "name": "Roman Viskin",
  19. "email": "npm@terikon.com",
  20. "url": "http://il.linkedin.com/in/romanviskin"
  21. },
  22. "license": "MIT",
  23. "bugs": {
  24. "url": "https://github.com/terikon/cordova-plugin-photo-library/issues"
  25. },
  26. "homepage": "https://github.com/terikon/cordova-plugin-photo-library#readme",
  27. "devDependencies": {
  28. "eslint": "^3.14.1",
  29. "@types/cordova": "^0.0.34",
  30. "@types/jasmine": "^2.5.41",
  31. "es5-shim": "4.5.9",
  32. "es6-shim": "0.35.3",
  33. "es7-shim": "6.0.0",
  34. "blueimp-canvastoblob": "2.1.0",
  35. "cordova-paramedic": "https://github.com/apache/cordova-paramedic.git"
  36. },
  37. "dependencies": {
  38. "async": "^2.1.4"
  39. }
  40. }