File list (Check if you may need any files):
node-email-templates-master
...........................\.gitignore
...........................\.jshintrc
...........................\.npmignore
...........................\.travis.yml
...........................\CHANGELOG.md
...........................\LICENSE
...........................\README.md
...........................\examples
...........................\........\handlebars
...........................\........\..........\index.js
...........................\........\inheritance
...........................\........\...........\index.js
...........................\........\kuemailer
...........................\........\.........\index.js
...........................\........\nodemailer
...........................\........\..........\index.js
...........................\........\postmark
...........................\........\........\index.js
...........................\........\templates
...........................\........\.........\_common.scss
...........................\........\.........\newsletter-hbs
...........................\........\.........\..............\html.hbs
...........................\........\.........\..............\style.scss
...........................\........\.........\..............\text.hbs
...........................\........\.........\newsletter
...........................\........\.........\..........\html.ejs
...........................\........\.........\..........\style.scss
...........................\........\.........\..........\text.ejs
...........................\........\.........\pasta-dinner
...........................\........\.........\............\html.ejs
...........................\........\.........\............\style.css
...........................\........\.........\............\text.ejs
...........................\index.js
...........................\package.json
...........................\src
...........................\...\email-template.js
...........................\...\main.js
...........................\...\template-manager.js
...........................\...\util.js
...........................\test
...........................\....\mocha.opts
...........................\....\support
...........................\....\.......\should.js
...........................\....\testEmailTemplate.js
...........................\....\testMain.js
...........................\....\testTemplateManager.js