blob: 9de11497f122faca2e00cb214fd4e2b4ef364e23 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
{
"version": "1.0.1",
"name": "de.appplant.cordova.common.registerusernotificationsettings",
"cordova_name": "RegisterUserNotificationSettings",
"description": "Implements didRegisterUserNotificationSettings and broadcasts the event.",
"license": "Apache 2.0",
"repo": "https://github.com/katzer/cordova-common-registerusernotificationsettings",
"keywords": [
"appplant",
"didRegisterUserNotificationSettings"
],
"platforms": [
"ios"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
]
}
|