forked from katzer/cordova-plugin-local-notifications
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 992 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
{
"version": "0.8.2",
"name": "de.appplant.cordova.plugin.local-notification",
"cordova_name": "Cordova LocalNotification Plugin",
"description": "Cordova plugin to schedule and query local notifications",
"author": "Sebastián Katzer",
"license": "Apache 2.0",
"repo": "https://github.com/katzer/cordova-plugin-local-notifications.git",
"issue": "https://github.com/katzer/cordova-plugin-local-notifications/issues",
"keywords": [
"appplant",
"notification",
"local notification",
"cordova",
"ecosystem:cordova",
"cordova-android",
"cordova-ios",
"cordova-windows"
],
"platforms": [
"ios",
"android",
"windows"
],
"engines": [
{
"name": "cordova",
"version": ">=3.6.0"
}
],
"repository": {
"type": "git",
"url": "https://github.com/katzer/cordova-plugin-local-notifications.git"
}
}