h5p-php-library/composer.json

10 lines
182 B
JSON
Raw Normal View History

2015-11-27 11:16:57 +01:00
{
"name": "h5p/h5p-php-library",
"license": "GPL-3.0",
"autoload": {
"files": [
"h5p-development.class.php",
"h5p.classes.php"
]
}
}