forked from wrav/SimpleSharing
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcomposer.json
executable file
·57 lines (57 loc) · 1.72 KB
/
composer.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "wrav/simplesharing",
"description": "Simple Sharing generates social media share links within CP entry pages, allowing you to quickly & easily share entries.",
"type": "craft-plugin",
"version": "1.0.4",
"keywords": [
"craft",
"cms",
"craftcms",
"craft-plugin",
"simplesharing",
"social",
"social media",
"sharing",
"instagram",
"twitter",
"facebook"
],
"support": {
"email": "[email protected]",
"docs": "https://github.com/wrav/SimpleSharing/blob/master/README.md",
"issues": "https://github.com/wrav/SimpleSharing/issues",
"source": "https://github.com/wrav/SimpleSharing",
"rss": "https://github.com/wrav/SimpleSharing/commits/master.atom"
},
"license": "MIT",
"authors": [
{
"name": "reganlawton",
"homepage": "https://github.com/reganlawton"
}
],
"require": {
"craftcms/cms": "^3.0.0-beta.23"
},
"repositories": [
{
"type": "composer",
"url": "https://asset-packagist.org"
}
],
"autoload": {
"psr-4": {
"wrav\\simplesharing\\": "src/"
}
},
"extra": {
"name": "Simple Sharing",
"description": "Simple Sharing generates social media share links within CP entry pages, allowing you to quickly & easily share entries.",
"handle": "simple-sharing",
"schemaVersion": "1.0.0",
"hasCpSettings": true,
"hasCpSection": false,
"changelogUrl": "https://raw.githubusercontent.com/wrav/SimpleSharing/master/CHANGELOG.md",
"class": "wrav\\simplesharing\\SimpleSharing"
}
}