forked from Pushwoosh/pushwoosh-phonegap-plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
29 lines (29 loc) · 774 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
{
"name": "pushwoosh-cordova-plugin",
"version": "8.1.1",
"description": "\n This plugin allows you to send and receive push notifications. Powered by Pushwoosh (www.pushwoosh.com).\n ",
"cordova": {
"id": "pushwoosh-cordova-plugin",
"platforms": [
"android",
"ios",
"wp8"
]
},
"repository": {
"type": "git",
"url": "https://github.com/lorenzothurman/pushwoosh-phonegap-plugin.git"
},
"keywords": [
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-wp8"
],
"author": "Pushwoosh",
"license": "MIT",
"bugs": {
"url": "https://github.com/Pushwoosh/pushwoosh-phonegap-3.0-plugin/issues"
},
"homepage": "https://github.com/Pushwoosh/pushwoosh-phonegap-3.0-plugin#readme"
}