2017-03-31 22:33:18 -04:00
|
|
|
{
|
|
|
|
"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": {
|
2017-03-31 23:05:07 -04:00
|
|
|
"ezyang/htmlpurifier": "~4.7.0",
|
2017-04-05 00:31:49 -04:00
|
|
|
"mobiledetect/mobiledetectlib": "2.8.*",
|
2017-04-06 23:33:12 -04:00
|
|
|
"league/html-to-markdown": "~4.4.1",
|
2017-04-05 00:31:49 -04:00
|
|
|
"pear-pear.php.net/Text_Highlighter": "*"
|
2017-03-31 22:33:18 -04:00
|
|
|
},
|
2017-04-05 00:31:49 -04:00
|
|
|
"repositories": [
|
|
|
|
{
|
|
|
|
"type": "pear",
|
|
|
|
"url": "https://pear.php.net"
|
|
|
|
}
|
|
|
|
],
|
2017-03-31 22:33:18 -04:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2017-03-31 23:02:38 -04:00
|
|
|
"Friendica\\": "src/"
|
2017-03-31 22:33:18 -04:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"autoloader-suffix": "Friendica",
|
|
|
|
"optimize-autoloader": true,
|
|
|
|
"preferred-install": "dist"
|
|
|
|
},
|
|
|
|
"archive": {
|
|
|
|
"exclude": [
|
|
|
|
"log", "cache", "/photo", "/proxy"
|
|
|
|
]
|
|
|
|
}
|
2017-04-01 21:09:36 -04:00
|
|
|
}
|