forked from tjvantoll/nativescript-social-share
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 673 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 673 Bytes
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
{
"name": "nativescript-social-share",
"version": "1.3.2",
"description": "A NativeScript module to use the native social sharing widget",
"main": "social-share",
"typings": "index.d.ts",
"nativescript": {
"platforms": {
"ios": "1.4.0",
"android": "1.4.0"
}
},
"repository": {
"type": "git",
"url": "https://github.com/tjvantoll/nativescript-social-share.git"
},
"keywords": [
"NativeScript"
],
"author": "TJ VanToll <tj.vantoll@gmail.com> (http://tjvantoll.com/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/tjvantoll/nativescript-social-share/issues"
},
"homepage": "https://github.com/tjvantoll/nativescript-social-share"
}