forked from Paldom/SpinnerDialog
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
53 lines (53 loc) · 1.06 KB
/
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
44
45
46
47
48
49
50
51
52
53
{
"name": "rds-spinner",
"version": "1.0.4",
"description": "A Cordova plugin for showing a progress indicator based on Paldom/SpinnerDialog",
"author": "filfat-studios-ab",
"license": "MIT",
"homepage": "http://filfat-studios-ab.github.io/cordova-plugin-spinnerdialog/",
"repository": {
"type": "git",
"url": "git+https://github.com/ravi013/cordova-plugin-spinnerdialog.git"
},
"cordova": {
"id": "rds-spinner",
"platforms": [
"android",
"ios",
"wp8",
"windows"
]
},
"keywords": [
"cordova",
"spinner",
"dialog",
"spinnerdialog",
"progress",
"indicator",
"progressindicator",
"plugin",
"notification",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-wp8",
"cordova-windows",
"android",
"ios",
"wp8",
"windows",
"10",
"8.1",
"phone"
],
"engines": [
{
"name": "cordova",
"version": ">=3.4.0"
}
],
"bugs": {
"url": "https://github.com/ravi013/cordova-plugin-spinnerdialog/issues"
}
}