forked from Wizcorp/phonegap-plugin-localNotifications
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
22 lines (22 loc) · 684 Bytes
/
package.json
File metadata and controls
22 lines (22 loc) · 684 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"name": "phonegap-plugin-local-notifications",
"version": "2.1.0",
"description": "This plugin allows you to add, queue, cancel by id and cancel all local notifications.",
"repository": {
"type": "git",
"url": "git+https://github.com/Wizcorp/phonegap-plugin-localNotifications.git"
},
"author": "Ally Ogilvie - aogilvie@wizcorp.jp",
"license": "MIT",
"bugs": {
"url": "https://github.com/Wizcorp/phonegap-plugin-localNotifications/issues"
},
"homepage": "https://github.com/Wizcorp/phonegap-plugin-localNotifications#readme",
"cordova": {
"id": "phonegap-plugin-local-notifications",
"platforms": [
"android",
"ios"
]
}
}