2015-01-20 08:53:24 +01:00
|
|
|
{
|
2018-09-28 01:35:24 +02:00
|
|
|
"name": "friendica/json-ld",
|
|
|
|
"type": "library",
|
|
|
|
"description": "A JSON-LD Processor and API implementation in PHP.",
|
|
|
|
"keywords": [
|
|
|
|
"JSON",
|
|
|
|
"Linked Data",
|
|
|
|
"JSON-LD",
|
|
|
|
"RDF",
|
|
|
|
"Semantic Web",
|
|
|
|
"jsonld"
|
|
|
|
],
|
|
|
|
"homepage": "https://git.friendi.ca/friendica/php-json-ld",
|
|
|
|
"license": "BSD-3-Clause",
|
|
|
|
"authors": [
|
|
|
|
{
|
|
|
|
"name": "Digital Bazaar, Inc.",
|
|
|
|
"email": "support@digitalbazaar.com",
|
2018-09-28 03:04:23 +02:00
|
|
|
"homepage": "http://digitalbazaar.com/"
|
2018-09-28 01:35:24 +02:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Friendica Team",
|
2018-09-28 03:04:23 +02:00
|
|
|
"homepage": "https://friendi.ca/"
|
2018-09-28 01:35:24 +02:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"require": {
|
2018-09-28 01:59:13 +02:00
|
|
|
"php": ">=5.4.0",
|
2018-09-28 01:35:24 +02:00
|
|
|
"ext-json": "*"
|
|
|
|
},
|
|
|
|
"autoload": {
|
|
|
|
"files": ["jsonld.php"]
|
2015-01-20 08:53:24 +01:00
|
|
|
}
|
|
|
|
}
|