forked from EddyVerbruggen/cordova-plugin-actionsheet
-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 955 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
32
33
34
35
36
37
38
39
40
41
42
43
{
"name": "cordova-plugin-actionsheet",
"version": "2.3.3",
"description": "Show a sheet of options the user can choose from.",
"cordova": {
"id": "cordova-plugin-actionsheet",
"platforms": [
"ios",
"android",
"wp8"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/EddyVerbruggen/cordova-plugin-actionsheet.git"
},
"keywords": [
"ActionSheet",
"UIActionSheet",
"AlertDialog",
"Dialog",
"List",
"Picker",
"Popup",
"cordova",
"ecosystem:cordova",
"cordova-ios",
"cordova-android",
"cordova-wp8"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"author": "Eddy Verbruggen - @EddyVerbruggen",
"license": "MIT",
"bugs": {
"url": "https://github.com/EddyVerbruggen/cordova-plugin-actionsheet/issues"
},
"homepage": "https://github.com/EddyVerbruggen/cordova-plugin-actionsheet#readme"
}