mirror of
https://github.com/saccas/mjml-typo3.git
synced 2024-11-14 23:56:10 +01:00
29 lines
656 B
JSON
29 lines
656 B
JSON
{
|
|
"name": "saccas/mjml",
|
|
"description": "Mjml view using mjml over npm",
|
|
"type": "typo3-cms-extension",
|
|
"version": "1.0.0",
|
|
"homepage": "https://mjml.io",
|
|
"license": ["GPL-2.0+"],
|
|
"autoload": {
|
|
"psr-4": {
|
|
"Saccas\\Mjml\\": "Classes/"
|
|
}
|
|
},
|
|
"require": {
|
|
"php": ">=7.0.0 <=7.2.99",
|
|
"typo3/cms-core": "^8.7.0",
|
|
"typo3/cms-form": "^8.7.0"
|
|
},
|
|
"require-dev": {
|
|
"squizlabs/php_codesniffer": "^3.2.0"
|
|
},
|
|
"scripts": {
|
|
"lint": [
|
|
"./vendor/bin/phpcs"
|
|
],
|
|
"post-install-cmd": [
|
|
"npm install"
|
|
]
|
|
}
|
|
}
|