-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
32 lines (32 loc) · 882 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
{
"name": "mjml-starter-advanced",
"version": "1.0.0",
"description": "Advanced Email Templates based on MJML with template inheritance and i18n support",
"main": "index.js",
"scripts": {
"start": "gulp"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davidmarquis/mjml-starter-advanced.git"
},
"author": "OneLastCloud",
"license": "ISC",
"bugs": {
"url": "https://github.com/davidmarquis/mjml-starter-advanced/issues"
},
"homepage": "https://github.com/davidmarquis/mjml-starter-advanced",
"devDependencies": {
"gulp": "^3.9.1",
"gulp-connect": "^5.0.0",
"gulp-environments": "^0.1.1",
"gulp-html-i18n": "^0.6.2",
"gulp-mjml": "^2.0.0",
"gulp-nunjucks": "^2.3.0",
"gulp-replace": "^0.5.4",
"mjml": "3.0.2",
"mjml-core": "3.0.2",
"mjml-serve": "0.0.7",
"yargs": "^6.2.0"
}
}