diff options
| author | Jules Laplace <jules@okfoc.us> | 2015-11-30 23:19:28 -0500 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2015-11-30 23:19:28 -0500 |
| commit | f6e7c07078252d72b0c7725350a83adfff740b99 (patch) | |
| tree | 41980a23e5e76b4bbdfcee5d039845635003e0df /StoneIsland/plugins/cordova-plugin-x-socialsharing/package.json | |
| parent | 83a884197ff0226631a46e4894f22b8468b15598 (diff) | |
plugins
Diffstat (limited to 'StoneIsland/plugins/cordova-plugin-x-socialsharing/package.json')
| -rw-r--r-- | StoneIsland/plugins/cordova-plugin-x-socialsharing/package.json | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/StoneIsland/plugins/cordova-plugin-x-socialsharing/package.json b/StoneIsland/plugins/cordova-plugin-x-socialsharing/package.json new file mode 100644 index 00000000..66bc9646 --- /dev/null +++ b/StoneIsland/plugins/cordova-plugin-x-socialsharing/package.json @@ -0,0 +1,46 @@ +{ + "name": "cordova-plugin-x-socialsharing", + "version": "5.0.7", + "description": "Share text, images (and other files), or a link via the native sharing widget of your device. Android is fully supported, as well as iOS 6 and up. WP8 has somewhat limited support.", + "cordova": { + "id": "cordova-plugin-x-socialsharing", + "platforms": [ + "ios", + "android", + "wp8" + ] + }, + "repository": { + "type": "git", + "url": "git+https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin.git" + }, + "keywords": [ + "Social", + "Share", + "Twitter", + "Facebook", + "Email", + "SMS", + "WhatsApp", + "Tumblr", + "Pocket", + "LinkedIn", + "cordova", + "ecosystem:cordova", + "cordova-ios", + "cordova-android", + "cordova-wp8" + ], + "engines": [ + { + "name": "cordova", + "version": ">=3.0.0" + } + ], + "author": "Eddy Verbruggen - @EddyVerbruggen", + "license": "MIT", + "bugs": { + "url": "https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin/issues" + }, + "homepage": "https://github.com/EddyVerbruggen/SocialSharing-PhoneGap-Plugin#readme" +} |
