From ded2f8928dd509acc8d4ae1e4131b622c7bb4d9c Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 30 Nov 2015 18:21:01 -0500 Subject: phonegap-plugin-push --- .../plugins/phonegap-plugin-push/package.json | 48 ++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 StoneIsland/plugins/phonegap-plugin-push/package.json (limited to 'StoneIsland/plugins/phonegap-plugin-push/package.json') diff --git a/StoneIsland/plugins/phonegap-plugin-push/package.json b/StoneIsland/plugins/phonegap-plugin-push/package.json new file mode 100644 index 00000000..cccd8c87 --- /dev/null +++ b/StoneIsland/plugins/phonegap-plugin-push/package.json @@ -0,0 +1,48 @@ +{ + "name": "phonegap-plugin-push", + "description": "Register and receive push notifications.", + "version": "1.4.4", + "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-70-g09d2