mirror of
https://github.com/saccas/mjml-typo3.git
synced 2024-11-14 23:56:10 +01:00
23 lines
493 B
JSON
23 lines
493 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,<8.9.99"
|
||
|
},
|
||
|
"scripts": {
|
||
|
"post-install-cmd": [
|
||
|
"npm install"
|
||
|
]
|
||
|
}
|
||
|
}
|