forked from terikon/cordova-plugin-photo-library
-
Notifications
You must be signed in to change notification settings - Fork 28
/
package.json
36 lines (36 loc) · 1.42 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"name": "cordova-plugin-photo-library-wkwebview",
"version": "3.0.3",
"description": "Plugin that just gets photos from the gallery",
"main": "index.js",
"scripts": {
"test:android": "cordova-paramedic --platform android --plugin . --verbose",
"test:ios": "cordova-paramedic --platform ios --plugin . --verbose",
"test": "echo \"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/tien271/cordova-plugin-photo-library-wkwebview.git"
},
"author": "Roman Viskin <[email protected]> (http://il.linkedin.com/in/romanviskin)",
"license": "MIT",
"bugs": {
"url": "https://github.com/tien271/cordova-plugin-photo-library-wkwebview/issues"
},
"homepage": "https://github.com/tien271/cordova-plugin-photo-library-wkwebview#readme",
"devDependencies": {
"eslint": "^6.6.0",
"@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": "git+https://github.com/apache/cordova-paramedic.git"
},
"dependencies": {
"async": "^2.1.4"
}
}