summaryrefslogtreecommitdiff
path: root/StoneIsland/plugins/cordova-plugin-x-socialsharing/package.json
diff options
context:
space:
mode:
authorRene Ae <aehtyb@gmail.com>2015-12-01 00:51:02 -0600
committerRene Ae <aehtyb@gmail.com>2015-12-01 00:51:02 -0600
commit6415f506034262dd7151be2e35e1e1c1e97f4dfa (patch)
treec6e564e374967725a40fd87f7c5f3a1ba8019089 /StoneIsland/plugins/cordova-plugin-x-socialsharing/package.json
parent5e07e273e18a609978253c45f3c5f702b0de4991 (diff)
parent9497b50fa02f3cfa9cb263ce3a96fa725282d60d (diff)
Merge branch 'master' of https://github.com/okfocus/stone-island
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"
+}