@tutorbook/emails
Version:
Handlebar email templates for the COVID Tutoring Initiative website.
40 lines (39 loc) • 921 B
JSON
{
"name": "@tutorbook/emails",
"version": "0.5.1",
"description": "Handlebar email templates for the COVID Tutoring Initiative website.",
"keywords": [
"Tutorbook",
"COVID",
"Tutoring",
"Handlebars.js",
"Typescript",
"Emails",
"SendGrid"
],
"author": "Nicholas Chiang <nicholas.h.chiang@gmail.com>",
"homepage": "https://tutorbook.org/",
"license": "SEE LICENSE IN LICENSE",
"main": "lib/emails.ts",
"directories": {
"lib": "lib",
"test": "__tests__"
},
"files": [
"lib"
],
"publishConfig": {
"access": "public"
},
"repository": {
"type": "git",
"url": "git+https://github.com/tutorbookapp/covid-tutoring.git"
},
"scripts": {
"test": "echo \"Error: run tests from root\" && exit 1"
},
"bugs": {
"url": "https://github.com/tutorbookapp/covid-tutoring/issues"
},
"gitHead": "ba6c5b959e7b5aa864f2b2d8783a981f7fea6492"
}