From ced14a385a8606319e5d7d604f65c7a33c8e1476 Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Sun, 18 Oct 2015 20:27:36 -0400 Subject: switched to new push plugin that works with JSON payloads --- plugins/phonegap-plugin-push/package.json | 48 +++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 plugins/phonegap-plugin-push/package.json (limited to 'plugins/phonegap-plugin-push/package.json') diff --git a/plugins/phonegap-plugin-push/package.json b/plugins/phonegap-plugin-push/package.json new file mode 100644 index 00000000..a8bcf391 --- /dev/null +++ b/plugins/phonegap-plugin-push/package.json @@ -0,0 +1,48 @@ +{ + "name": "phonegap-plugin-push", + "description": "Register and receive push notifications.", + "version": "1.3.0", + "homepage": "http://github.com/phonegap/phonegap-plugin-push#readme", + "repository": { + "type": "git", + "url": "git://github.com/phonegap/phonegap-plugin-push.git" + }, + "bugs": { + "url": "https://github.com/phonegap/phonegap-plugin-push/issues" + }, + "cordova": { + "id": "phonegap-plugin-push", + "platforms": [ + "ios", + "android", + "windows8", + "windows", + "wp8", + "browser" + ] + }, + "keywords": [ + "ecosystem:cordova", + "ecosystem:phonegap", + "cordova-ios", + "cordova-android", + "cordova-windows8", + "cordova-windows", + "cordova-wp8", + "cordova-browser" + ], + "engines": [ + { + "name": "cordova", + "version": ">=3.0.0" + } + ], + "author": "Adobe PhoneGap Team", + "license": "APL", + "scripts": { + "test": "jasmine-node --color spec" + }, + "devDependencies": { + "jasmine-node": "1.14.5" + } +} -- cgit v1.2.3