mirror of
https://github.com/grafana/grafana.git
synced 2026-09-05 04:40:13 -05:00
feat(invite): began work on email template build system, and css inlining
This commit is contained in:
@@ -0,0 +1,24 @@
|
||||
{
|
||||
"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"
|
||||
},
|
||||
"devDependencies": {
|
||||
"grunt": "^0.4.5",
|
||||
"grunt-premailer": "^0.2.10",
|
||||
"grunt-processhtml": "^0.3.3",
|
||||
"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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user