grafana/emails/package.json
Gilles De Mey ea27eca147
Email: Use MJML email templates (#57751)
Co-authored-by: Santiago <santiagohernandez.1997@gmail.com>
2022-11-17 21:41:46 +01:00

18 lines
454 B
JSON

{
"name": "grafana-email-campaign",
"version": "1.0.0",
"description": "Grafana Email templates based on MJML",
"author": "Grafana Labs",
"devDependencies": {
"grunt": "1.0.1",
"grunt-assemble": "0.6.3",
"grunt-cli": "^1.4.3",
"grunt-contrib-clean": "2.0.0",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-watch": "1.1.0",
"grunt-text-replace": "0.4.0",
"load-grunt-config": "3.0.1",
"mjml": "^4.13.0"
}
}