{
  "name": "cordova-plugin-photo-library-sism-ba",
  "version": "2.2.96",
  "description": "Plugin that saves photos to the gallery / camera roll. Actually updated so it almost always works.",
  "main": "index.js",
  "scripts": {
    "test:android": "cordova-paramedic --platform android --plugin . --verbose",
    "test:ios": "cordova-paramedic --platform ios --plugin . --verbose",
    "test": "echo \"Run tests with https://github.com/terikon/cordova-plugin-photo-library-tester, or run test:android or test:ios.\" && exit 1",
    "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",
    "copy-test-images:ios:simulator": "xcrun simctl addmedia booted tests/test-images/*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/xmarkclx/cordova-plugin-photo-library-sism"
  },
  "author": {
    "name": "Roman Viskin",
    "email": "npm@terikon.com",
    "url": "http://il.linkedin.com/in/romanviskin"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/terikon/cordova-plugin-photo-library-sism/issues"
  },
  "homepage": "https://github.com/terikon/cordova-plugin-photo-library-sism#readme",
  "devDependencies": {
    "eslint": "^3.14.1",
    "@types/cordova": "^0.0.34",
    "@types/jasmine": "^2.5.41",
    "es5-shim": "4.5.9",
    "es6-shim": "0.35.3",
    "es7-shim": "6.0.0",
    "blueimp-canvastoblob": "2.1.0",
    "cordova-paramedic": "https://github.com/apache/cordova-paramedic.git"
  },
  "dependencies": {
    "async": "^2.1.4"
  }
}
