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