2017-04-01 04:33:18 +02:00
|
|
|
{
|
|
|
|
"name": "friendica/friendica",
|
|
|
|
"description": "A decentralized social network part of The Federation",
|
|
|
|
"type": "project",
|
|
|
|
"keywords": [
|
|
|
|
"social network",
|
|
|
|
"dfrn",
|
|
|
|
"ostatus",
|
|
|
|
"diaspora"
|
|
|
|
],
|
2018-01-04 01:18:14 +01:00
|
|
|
"license": "AGPL-3.0+",
|
2017-04-01 04:33:18 +02:00
|
|
|
"support": {
|
|
|
|
"issues": "https://github.com/friendica/friendica/issues"
|
|
|
|
},
|
|
|
|
"require": {
|
2018-01-17 16:35:54 +01:00
|
|
|
"php": ">5.6",
|
|
|
|
"ext-xml": "*",
|
2017-04-01 05:05:07 +02:00
|
|
|
"ezyang/htmlpurifier": "~4.7.0",
|
2017-04-07 05:33:12 +02:00
|
|
|
"league/html-to-markdown": "~4.4.1",
|
2018-01-27 22:28:54 +01:00
|
|
|
"lightopenid/lightopenid": "dev-master",
|
|
|
|
"michelf/php-markdown": "^1.7",
|
|
|
|
"mobiledetect/mobiledetectlib": "2.8.*",
|
|
|
|
"paragonie/random_compat": "^2.0",
|
2017-11-05 14:34:02 +01:00
|
|
|
"pear/Text_LanguageDetect": "1.*",
|
2018-01-16 22:55:14 +01:00
|
|
|
"pear/Text_Highlighter": "dev-master",
|
2018-01-14 16:05:51 +01:00
|
|
|
"smarty/smarty": "^3.1",
|
2018-01-18 03:23:03 +01:00
|
|
|
"fxp/composer-asset-plugin": "~1.3",
|
2018-01-17 05:58:14 +01:00
|
|
|
"bower-asset/base64": "^1.0",
|
2018-01-27 18:24:06 +01:00
|
|
|
"bower-asset/Chart-js": "^2.7",
|
|
|
|
"bower-asset/perfect-scrollbar": "^0.6",
|
2018-01-27 14:45:52 +01:00
|
|
|
"npm-asset/jquery": "^2.0",
|
2018-01-17 04:50:33 +01:00
|
|
|
"npm-asset/jquery-colorbox": "^1.6",
|
2018-01-27 15:34:37 +01:00
|
|
|
"npm-asset/jquery-datetimepicker": "^2.4.0",
|
2018-01-27 14:45:52 +01:00
|
|
|
"npm-asset/jgrowl": "^1.4",
|
|
|
|
"npm-asset/fullcalendar": "^3.0.1"
|
2017-04-01 04:33:18 +02:00
|
|
|
},
|
2017-04-05 06:31:49 +02:00
|
|
|
"repositories": [
|
|
|
|
{
|
2018-01-16 22:55:14 +01:00
|
|
|
"type": "vcs",
|
|
|
|
"url": "https://github.com/pear/Text_Highlighter"
|
2017-04-05 06:31:49 +02:00
|
|
|
}
|
|
|
|
],
|
2017-04-01 04:33:18 +02:00
|
|
|
"autoload": {
|
|
|
|
"psr-4": {
|
2017-04-01 05:02:38 +02:00
|
|
|
"Friendica\\": "src/"
|
2018-01-31 05:15:28 +01:00
|
|
|
},
|
|
|
|
"psr-0": {
|
|
|
|
"": "library/"
|
2017-04-01 04:33:18 +02:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"config": {
|
|
|
|
"autoloader-suffix": "Friendica",
|
|
|
|
"optimize-autoloader": true,
|
2018-01-16 22:55:14 +01:00
|
|
|
"preferred-install": "dist",
|
|
|
|
"fxp-asset": {
|
|
|
|
"installer-paths": {
|
|
|
|
"npm-asset-library": "vendor/asset",
|
|
|
|
"bower-asset-library": "vendor/asset"
|
|
|
|
}
|
|
|
|
}
|
2017-04-01 04:33:18 +02:00
|
|
|
},
|
|
|
|
"archive": {
|
|
|
|
"exclude": [
|
|
|
|
"log", "cache", "/photo", "/proxy"
|
|
|
|
]
|
|
|
|
}
|
2017-04-02 03:09:36 +02:00
|
|
|
}
|