-
Notifications
You must be signed in to change notification settings - Fork 70
/
package.json
39 lines (39 loc) · 975 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
{
"name": "cordova-plugin-spinner-dialog",
"version": "1.3.1",
"description": "PhoneGap / Cordova waiting dialog (progress indicator) plugin with spinner for Android, iOS and Windows Phone 8. Maintained from original Paldom/SpinnerDialog repository.",
"cordova": {
"id": "cordova-plugin-spinner-dialog",
"platforms": [
"android",
"ios",
"wp8"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/Paldom/SpinnerDialog.git"
},
"keywords": [
"phonegap",
"android",
"ios",
"wp8",
"windows",
"phone",
"spinner",
"dialog",
"progress",
"indicator",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-wp8"
],
"author": "Domonkos Pal <public@dpal.hu> (https://github.com/Paldom)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Paldom/SpinnerDialog/issues"
},
"homepage": "https://github.com/Paldom/SpinnerDialog#readme"
}