Friendica Communications Platform
(please note that this is a clone of the repository at github, issues are handled there)
https://friendi.ca
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
42 lines
894 B
42 lines
894 B
{ |
|
"name": "friendica/friendica", |
|
"description": "A decentralized social network part of The Federation", |
|
"type": "project", |
|
"keywords": [ |
|
"social network", |
|
"dfrn", |
|
"ostatus", |
|
"diaspora" |
|
], |
|
"licence": "GNU-Affero", |
|
"support": { |
|
"issues": "https://github.com/friendica/friendica/issues" |
|
}, |
|
"require": { |
|
"ezyang/htmlpurifier": "~4.7.0", |
|
"mobiledetect/mobiledetectlib": "2.8.*", |
|
"league/html-to-markdown": "~4.4.1", |
|
"pear-pear.php.net/Text_Highlighter": "*" |
|
}, |
|
"repositories": [ |
|
{ |
|
"type": "pear", |
|
"url": "https://pear.php.net" |
|
} |
|
], |
|
"autoload": { |
|
"psr-4": { |
|
"Friendica\\": "src/" |
|
} |
|
}, |
|
"config": { |
|
"autoloader-suffix": "Friendica", |
|
"optimize-autoloader": true, |
|
"preferred-install": "dist" |
|
}, |
|
"archive": { |
|
"exclude": [ |
|
"log", "cache", "/photo", "/proxy" |
|
] |
|
} |
|
}
|
|
|