forked from katzer/cordova-plugin-local-notifications
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1 from katzer/master
Merge changes to 0.8.4
- Loading branch information
Showing
27 changed files
with
574 additions
and
487 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
{ | ||
"name": "de.appplant.cordova.plugin.local-notification", | ||
"cordova_name": "Cordova LocalNotification Plugin", | ||
"version": "0.8.4", | ||
"description": "Schedules and queries for local notifications", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/katzer/cordova-plugin-local-notifications.git" | ||
}, | ||
"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" | ||
}, | ||
{ | ||
"name": "cordova-plugman", | ||
"version": ">=4.3.0" | ||
}, | ||
{ | ||
"name": "cordova-windows", | ||
"version": ">=4.2.0" | ||
} | ||
], | ||
"dependencies": { | ||
"cordova-plugin-device": "*", | ||
"cordova-plugin-app-event": ">=1.1.0" | ||
}, | ||
"author": "Sebastián Katzer", | ||
"license": "Apache-2.0", | ||
"bugs": { | ||
"url": "https://github.com/katzer/cordova-plugin-local-notifications/issues" | ||
}, | ||
"homepage": "https://github.com/katzer/cordova-plugin-local-notifications#readme" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.