Reformatted package.json
Initial commit to activate greenkeeper, changed description to be more precise.
Showing
| ... | ... | @@ -2,7 +2,7 @@ |
| "name": "de.appplant.cordova.plugin.local-notification", | ||
| "cordova_name": "Cordova LocalNotification Plugin", | ||
| "version": "0.8.4", | ||
| "description": "Schedules and queries for local notifications", | ||
| "description": "Schedule, trigger and query local notifications on iOS and Android", | ||
| "scripts": { | ||
| "test": "echo \"Error: no test specified\" && exit 1" | ||
| }, | ||
| ... | ... | @@ -25,8 +25,7 @@ |
| "android", | ||
| "windows" | ||
| ], | ||
| "engines": [ | ||
| { | ||
| "engines": [{ | ||
| "name": "cordova", | ||
| "version": ">=3.6.0" | ||
| }, | ||
| ... | ... | @@ -49,4 +48,4 @@ |
| "url": "https://github.com/katzer/cordova-plugin-local-notifications/issues" | ||
| }, | ||
| "homepage": "https://github.com/katzer/cordova-plugin-local-notifications#readme" | ||
| } | ||
| } | ||
| \ No newline at end of file |
Please
register
or
sign in
to comment