-
Notifications
You must be signed in to change notification settings - Fork 18
/
Copy pathcomposer.json
33 lines (33 loc) · 1.37 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
{
"name": "iionly/tidypics",
"description": "Tidypics plugin provides a photo gallery with albums, tagging, and a slideshow.",
"type": "elgg-plugin",
"keywords": [
"elgg",
"plugin"
],
"homepage": "https://github.com/iionly/tidypics",
"license": "GPL-2.0-only",
"authors": [
{
"name": "iionly",
"homepage": "https://github.com/iionly",
"role": "Developer"
}
],
"support": {
"issues": "https://github.com/iionly/tidypics/issues"
},
"require": {
"composer/installers": ">=1.0.8"
},
"conflict": {
"elgg/elgg": "<5.0"
},
"suggest": {
"coldtrick/widget_manager": "With the Widget Manager plugin available the Tidypics plugin offers widgets for the index page (homepage) and group profile pages listing the latest albums and photos.",
"iionly/hammertime": "The Hammertime plugin adds support for swipe touch gestures (left/right) to navigate in Elgg item lists (with pagination) and to load previous/next images in Tidypics full size image views.",
"iionly/elggx_fivestar": "With the Elggx Fivestar plugin enabled the site members can rate albums and photos.",
"iionly/elggx_userpoints": "With the Elggx Userpoints plugin enabled the site members gain userpoints on creating albums and uploading photos."
}
}