--- /dev/null
+{\r
+ "name": "friendica/friendica",\r
+ "description": "A decentralized social network part of The Federation",\r
+ "type": "project",\r
+ "keywords": [\r
+ "social network",\r
+ "dfrn",\r
+ "ostatus",\r
+ "diaspora"\r
+ ],\r
+ "licence": "GNU-Affero",\r
+ "support": {\r
+ "issues": "https://github.com/friendica/friendica/issues"\r
+ },\r
+ "require": {\r
+ },\r
+ "autoload": {\r
+ "psr-4": {\r
+ "Friendica\\": "include/"\r
+ }\r
+ },\r
+ "config": {\r
+ "autoloader-suffix": "Friendica",\r
+ "optimize-autoloader": true,\r
+ "preferred-install": "dist"\r
+ },\r
+ "archive": {\r
+ "exclude": [\r
+ "log", "cache", "/photo", "/proxy"\r
+ ]\r
+ }\r
+}
\ No newline at end of file