{ "name": "friendica/friendica", "description": "A decentralized social network part of The Federation", "type": "project", "keywords": [ "social network", "dfrn", "ostatus", "diaspora" ], "license": "AGPL-3.0+", "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", "defuse/php-encryption": "1.*", "pear/Text_LanguageDetect": "1.*", "pear/Text_Highlighter": "dev-master", "paragonie/random_compat": "^2.0", "smarty/smarty": "^3.1", "michelf/php-markdown": "^1.7", "fxp/composer-asset-plugin": "~1.3" }, "repositories": [ { "type": "vcs", "url": "https://github.com/pear/Text_Highlighter" } ], "autoload": { "psr-4": { "Friendica\\": "src/" } }, "config": { "autoloader-suffix": "Friendica", "optimize-autoloader": true, "preferred-install": "dist", "fxp-asset": { "installer-paths": { "npm-asset-library": "vendor/asset", "bower-asset-library": "vendor/asset" } } }, "archive": { "exclude": [ "log", "cache", "/photo", "/proxy" ] } }