mustache und strftime als Abhängigkeit hinzugefügt.
This commit is contained in:
parent
d328e41fd3
commit
13ff5244d5
1 changed files with 2 additions and 3 deletions
|
@ -3,10 +3,9 @@
|
||||||
, "engines": ["node >= 0.8.0"]
|
, "engines": ["node >= 0.8.0"]
|
||||||
, "main": "termine.js"
|
, "main": "termine.js"
|
||||||
, "dependencies":
|
, "dependencies":
|
||||||
{ "ejs": "*"
|
{ "mustache": "latest"
|
||||||
, "ejs-ext": "latest"
|
|
||||||
, "jsdom": "latest"
|
, "jsdom": "latest"
|
||||||
, "email-templates": "latest"
|
|
||||||
, "nodemailer": "latest"
|
, "nodemailer": "latest"
|
||||||
|
, "strftime": "latest"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue