forked from leecrossley/cordova-plugin-social-message
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1008 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
{
"name": "cordova-plugin-social-message",
"version": "0.4.0",
"author": "Lee Crossley <[email protected]> (http://ilee.co.uk/)",
"description": "Cordova Social Message Plugin to utilise native share features. Share text, images and urls to Facebook, Twitter and more.",
"cordova": {
"id": "cordova-plugin-social-message",
"platforms": [
"ios",
"android"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/leecrossley/cordova-plugin-social-message.git"
},
"keywords": [
"cordova",
"social",
"message",
"share",
"facebook",
"twitter",
"image",
"url",
"ecosystem:cordova",
"cordova-ios",
"cordova-android"
],
"engines": [
{
"name": "cordova",
"version": ">=3.0.0"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/leecrossley/cordova-plugin-social-message/issues"
},
"homepage": "https://github.com/leecrossley/cordova-plugin-social-message#readme"
}