38 lines
1021 B
JSON
38 lines
1021 B
JSON
{
|
|
"name": "oat-sa/extension-tao-delivery-rdf",
|
|
"description": "Manages deliveries using the ontology",
|
|
"type": "tao-extension",
|
|
"authors": [
|
|
{
|
|
"name": "Open Assessment Technologies SA"
|
|
}
|
|
],
|
|
"keywords": [
|
|
"tao",
|
|
"computer-based-assessment"
|
|
],
|
|
"homepage": "http://www.taotesting.com",
|
|
"license": [
|
|
"GPL-2.0-only"
|
|
],
|
|
"extra": {
|
|
"tao-extension-name": "taoDeliveryRdf"
|
|
},
|
|
"minimum-stability": "dev",
|
|
"require": {
|
|
"oat-sa/oatbox-extension-installer": "~1.1||dev-master",
|
|
"oat-sa/generis": ">=14.0.0",
|
|
"oat-sa/tao-core": ">=48.45.0",
|
|
"oat-sa/extension-tao-delivery": ">=15.0.0",
|
|
"oat-sa/extension-tao-group": ">=7.0.0",
|
|
"oat-sa/extension-tao-item": ">=11.0.0",
|
|
"oat-sa/extension-tao-test": ">=15.0.0",
|
|
"oat-sa/extension-tao-testqti": ">=41.10.0"
|
|
},
|
|
"autoload": {
|
|
"psr-4": {
|
|
"oat\\taoDeliveryRdf\\": ""
|
|
}
|
|
}
|
|
}
|