35 lines
686 B
JSON
35 lines
686 B
JSON
{
|
|
"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.*"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Friendica\\": "src/"
|
|
}
|
|
},
|
|
"config": {
|
|
"autoloader-suffix": "Friendica",
|
|
"optimize-autoloader": true,
|
|
"preferred-install": "dist"
|
|
},
|
|
"archive": {
|
|
"exclude": [
|
|
"log", "cache", "/photo", "/proxy"
|
|
]
|
|
}
|
|
}
|