forked from aerogear/aerogear-cordova-push
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 922 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": "aerogear-cordova-push",
"version": "2.0.1",
"description": "This plugin allows your application to receive push notifications, using the AeroGear Unified Push Server.",
"cordova": {
"id": "aerogear-cordova-push",
"platforms": [
"android",
"ios",
"firefoxos",
"wp8"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/aerogear/aerogear-cordova-push.git"
},
"keywords": [
"cordova",
"aerogear",
"push",
"ups",
"unified",
"push",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-firefoxos",
"cordova-wp8"
],
"engines": [
{
"name": "cordova",
"version": ">=3.4.0"
}
],
"author": "edewit",
"license": "Apache2",
"bugs": {
"url": "https://issues.jboss.org/browse/AGCORDOVA"
},
"homepage": "https://aerogear.org/docs/specs/aerogear-cordova/"
}