cordova-imagePicker/package.json
Sam Dushay 483fc17801 Revert "1.1.4"
This reverts commit 56b66f6617.
2016-09-29 10:44:26 -04:00

34 lines
773 B
JSON

{
"name": "cordova-plugin-image-picker",
"version": "1.1.3",
"description": "This plugin allows selection of multiple images from the camera roll / gallery in a phonegap app",
"cordova": {
"id": "cordova-plugin-image-picker",
"platforms": [
"ios",
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/wymsee/cordova-imagePicker.git"
},
"keywords": [
"ecosystem:cordova",
"cordova-ios",
"cordova-android"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"author": "Wymsee",
"license": "MIT",
"bugs": {
"url": "https://github.com/wymsee/cordova-imagePicker/issues"
},
"homepage": "https://github.com/wymsee/cordova-imagePicker#readme"
}