Prepare release of v0.8.3
Showing
| { | { | ||
| "version": "0.8.2", | |||
| "name": "de.appplant.cordova.plugin.local-notification", | "name": "de.appplant.cordova.plugin.local-notification", | ||
| "cordova_name": "Cordova LocalNotification Plugin", | "cordova_name": "Cordova LocalNotification Plugin", | ||
| "description": "Cordova plugin to schedule and query local notifications", | "version": "0.8.2", | ||
| "author": "Sebastián Katzer", | "description": "Schedules and queries for local notifications", | ||
| "license": "Apache 2.0", | "scripts": { | ||
| "repo": "https://github.com/katzer/cordova-plugin-local-notifications.git", | "test": "echo \"Error: no test specified\" && exit 1" | ||
| "issue": "https://github.com/katzer/cordova-plugin-local-notifications/issues", | }, | ||
| "repository": { | |||
| "type": "git", | |||
| "url": "git+https://github.com/katzer/cordova-plugin-local-notifications.git" | |||
| }, | |||
| "keywords": [ | "keywords": [ | ||
| "appplant", | "appplant", | ||
| "notification", | "notification", | ||
| ... | @@ -26,10 +29,24 @@ | ... | @@ -26,10 +29,24 @@ |
| { | { | ||
| "name": "cordova", | "name": "cordova", | ||
| "version": ">=3.6.0" | "version": ">=3.6.0" | ||
| }, | |||
| { | |||
| "name": "cordova-plugman", | |||
| "version": ">=4.3.0" | |||
| }, | |||
| { | |||
| "name": "cordova-windows", | |||
| "version": ">=4.2.0" | |||
| } | } | ||
| ], | ], | ||
| "repository": { | "dependencies": { | ||
| "type": "git", | "cordova-plugin-device": "*", | ||
| "url": "https://github.com/katzer/cordova-plugin-local-notifications.git" | "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" | |||
| } | } |
Please
register
or
sign in
to comment