mirror of
https://github.com/grafana/grafana.git
synced 2025-02-13 00:55:47 -06:00
* Emails: resurrect template notification * Phantomjs (oh yeah, there is another dev dep phantom :-) was failing for the generation of the html templates so I had to update the dependencies in order to fix it. While doing that I update the scripts field and docs for it as well. yarn.lock is included * Move splitting of the emails to separate helper function, since more services coming up that would need to use this functionality * Add support for enterprise specific email letters. Probably could be done in the better way, but it's not a priority right now
30 lines
689 B
JSON
30 lines
689 B
JSON
{
|
|
"name": "Grafana-Email-Campaign",
|
|
"version": "1.0.0",
|
|
"description": "Grafana Email templates based on Zurb Ink",
|
|
"repository": "dnnsldr/",
|
|
"author": {
|
|
"name": "dnnsldr",
|
|
"email": "delder@riester.com",
|
|
"url": "https://github.com/dnnsldr"
|
|
},
|
|
"scripts": {
|
|
"build": "grunt",
|
|
"start": "grunt watch"
|
|
},
|
|
|
|
"devDependencies": {
|
|
"grunt": "^0.4.5",
|
|
"grunt-premailer": "^1.1.10",
|
|
"grunt-processhtml": "^0.4.2",
|
|
"grunt-uncss": "^0.3.7",
|
|
"load-grunt-config": "^0.14.0",
|
|
"grunt-contrib-watch": "^0.6.1",
|
|
"grunt-text-replace": "^0.3.12"
|
|
},
|
|
"dependencies": {
|
|
"grunt-assemble": "^0.4.0",
|
|
"grunt-contrib-clean": "^0.6.0"
|
|
}
|
|
}
|