forked from Telerik-Verified-Plugins/ImagePicker
-
Notifications
You must be signed in to change notification settings - Fork 11
/
package.json
31 lines (31 loc) · 838 Bytes
/
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
{
"name": "@spoonconsulting/cordova-plugin-telerik-imagepicker",
"version": "2.1.2",
"cordova_name": "ImagePicker",
"description": "This plugin allows selection of multiple images from the camera roll / gallery in a phonegap app",
"license": "MIT",
"issue": "",
"keywords": [],
"platforms": [
"android",
"ios"
],
"author": "Telerik-Verified-Plugins & spoonconsulting",
"repository": {
"type": "git",
"url": "git+https://github.com/spoonconsulting/cordova-plugin-telerik-imagepicker.git"
},
"cordova": {
"id": "@spoonconsulting/cordova-plugin-telerik-imagepicker",
"platforms": [
"ios",
"android",
"wp8"
]
},
"engines": {
"name": "cordova",
"version": ">=3.5.0"
},
"homepage": "https://github.com/spoonconsulting/cordova-plugin-telerik-imagepicker"
}