1234567891011121314151617181920 |
- {
- "name": "au/au_anonymous_comments",
- "type": "elgg-plugin",
- "description": "Provides the ability for anonymous (not logged in) users to comment on public content and for that content to be moderated by the owner.",
- "homepage": "https://github.com/AU-Landing-Project/AU_anonymous_comments",
- "keywords": ["elgg", "plugin", "comments", "anonymous comments", "AU"],
- "license": "GPL-2.0",
- "authors": [
- {
- "name": "Matt Beckett"
- }
- ],
- "support": {
- "issues": "https://github.com/AU-Landing-Project/AU_anonymous_comments/issues"
- },
- "require": {
- "php": ">=5.4",
- "composer/installers": ">=1.0.8"
- }
- }
|