mirror of
https://github.com/grafana/grafana.git
synced 2024-11-23 01:16:31 -06:00
25 lines
619 B
JSON
25 lines
619 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"
|
|
},
|
|
"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"
|
|
}
|
|
}
|