20 lines
499 B
JSON
20 lines
499 B
JSON
{
|
|
"name": "thelia/keyword-module",
|
|
"type": "thelia-module",
|
|
"license": "LGPL V3",
|
|
"description": "Associate contents, folders, categories and products to one or more keywords",
|
|
"authors": [
|
|
{
|
|
"name": "Michaël Espeche",
|
|
"email": "michael.espeche@gmail.com",
|
|
"homepage": "https://github.com/mespeche"
|
|
}
|
|
],
|
|
"require": {
|
|
"thelia/installer": "~1.0"
|
|
},
|
|
"extra": {
|
|
"installer-name": "Keyword"
|
|
}
|
|
}
|