summaryrefslogtreecommitdiff
path: root/StoneIsland/plugins/cordova-plugin-x-socialsharing/package.json
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2015-11-30 23:19:28 -0500
committerJules Laplace <jules@okfoc.us>2015-11-30 23:19:28 -0500
commitf6e7c07078252d72b0c7725350a83adfff740b99 (patch)
tree41980a23e5e76b4bbdfcee5d039845635003e0df /StoneIsland/plugins/cordova-plugin-x-socialsharing/package.json
parent83a884197ff0226631a46e4894f22b8468b15598 (diff)
plugins
Diffstat (limited to 'StoneIsland/plugins/cordova-plugin-x-socialsharing/package.json')
-rw-r--r--StoneIsland/plugins/cordova-plugin-x-socialsharing/package.json46
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"
+}