Files
bio-concept-pharma/web/modules/welcome/composer.json
2019-11-17 19:14:07 +01:00

31 lines
636 B
JSON

{
"name": "prestashop/welcome",
"description": "Welcome module for PrestaShop helping the users to create products.",
"homepage": "https://github.com/PrestaShop/welcome",
"license": "AFL-3.0",
"authors": [
{
"name": "PrestaShop SA",
"email": "contact@prestashop.com"
}
],
"require": {
"php": ">=5.4.0"
},
"autoload": {
"psr-4": {"OnBoarding\\": "OnBoarding/"},
"exclude-from-classmap": [
]
},
"config": {
"preferred-install": "dist"
},
"scripts": {
"post-install-cmd": [
"compass compile",
"rm -rf .sass-cache"
]
},
"type": "prestashop-module"
}