h5p-php-library/composer.json

36 lines
948 B
JSON
Raw Permalink Normal View History

2015-11-27 11:16:57 +01:00
{
2016-10-07 13:39:51 +02:00
"name": "h5p/h5p-core",
"type": "library",
"description": "H5P Core functionality in PHP",
"keywords": ["h5p","hvp","interactive","content","quiz"],
"homepage": "https://h5p.org",
2015-11-27 11:16:57 +01:00
"license": "GPL-3.0",
2016-10-07 13:39:51 +02:00
"authors": [
{
"name": "Svein-Tore Griff With",
"email": "with@joubel.com",
"homepage": "http://joubel.com",
"role": "CEO"
},
{
"name": "Frode Petterson",
"email": "frode.petterson@joubel.com",
"homepage": "http://joubel.com",
"role": "Developer"
}
],
"require": {
"php": ">=5.3.0"
},
2015-11-27 11:16:57 +01:00
"autoload": {
"files": [
2016-10-07 13:39:51 +02:00
"h5p.classes.php",
"h5p-development.class.php",
"h5p-file-storage.interface.php",
"h5p-default-storage.class.php",
2018-09-17 12:53:09 +02:00
"h5p-event-base.class.php",
"h5p-metadata.class.php"
2015-11-27 11:16:57 +01:00
]
}
2016-10-07 13:39:51 +02:00
}