forked from mailpace/templates
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
33 lines (33 loc) · 955 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
{
"private": true,
"scripts": {
"local": "maizzle build",
"production": "maizzle build production",
"watch": "maizzle serve"
},
"dependencies": {
"@maizzle/framework": "^3.7.2"
},
"name": "templates",
"description": "<div align=\"center\"> <p><a href=\"https://ohmysmtp.com\" target=\"_blank\"><img src=\"https://docs.ohmysmtp.com/img/logo.png\" width=\"200\" alt=\"OhMySMTP\"></a></p> <p>A set of gorgeous Transactional HTML Email Templates built on TailwindCSS</p> <div>",
"version": "1.0.0",
"devDependencies": {},
"repository": {
"type": "git",
"url": "git+https://github.com/ohmysmtp/templates.git"
},
"keywords": [
"transactional",
"email",
"templates",
"maizzle",
"ohmysmtp",
"smtp"
],
"author": "Paul Oms",
"license": "MIT",
"bugs": {
"url": "https://github.com/ohmysmtp/templates/issues"
},
"homepage": "https://github.com/ohmysmtp/templates#readme"
}