1
0
mirror of https://github.com/bitwarden/server synced 2026-01-04 09:33:40 +00:00

added mail project for designing mail templates

This commit is contained in:
Kyle Spearrin
2016-10-06 19:12:16 -04:00
parent c954683133
commit 1dabed975e
13 changed files with 558 additions and 1 deletions

9
src/Mail/package.json Normal file
View File

@@ -0,0 +1,9 @@
{
"name": "bitwarden",
"version": "0.0.1",
"devDependencies": {
"gulp": "3.9.1",
"rimraf": "2.5.4",
"gulp-premailer": "0.4.0"
}
}