-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
40 lines (40 loc) · 1023 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
{
"name": "cordova.plugin.nativealert",
"version": "0.6.4",
"description": "Simple 'Cordova Native Alert(Dialog) Plugin' is Helps to use native dialog views and it will support both iOS and Android platforms.",
"cordova": {
"id": "cordova.plugin.nativealert",
"platforms": [
"ios",
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/vigneshuvi/cordova-plugin-nativealert.git"
},
"keywords": [
"ecosystem:cordova",
"cordova-plugin",
"cordova-ios",
"cordova-android",
"android-platform",
"android-dialog",
"android-dialog-view",
"cordova-plugin-dialogs",
"cordova-plugin-alert",
"UIAlertViewController"
],
"engines": [
{
"name": "cordova",
"version": ">=3.4.0"
}
],
"author": "Vignesh",
"license": "MIT",
"bugs": {
"url": "https://github.com/vigneshuvi/cordova-plugin-nativealert/issues"
},
"homepage": "https://github.com/vigneshuvi/cordova-plugin-nativealert#readme"
}