-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
46 lines (46 loc) · 1.08 KB
/
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
34
35
36
37
38
39
40
41
42
43
44
45
46
{
"name": "mautic-theme-skeleton",
"version": "1.0.0",
"description": "Mautic Theme Skeleton",
"main": "gulpfile.js",
"scripts": {
"build": "gulp build",
"package": "gulp package",
"deploy": "gulp deploy",
"compile": "gulp compile",
"clean": "gulp clean",
"watch": "gulp watch"
},
"author": "Dmitry Berezovsky (logicify)",
"license": "MIT",
"devDependencies": {
"del": "^3.0.0",
"event-stream": "<=3.3.4",
"fs-extra": "^7.0.1",
"gulp": "^3.9.1",
"gulp-clean": "^0.4.0",
"gulp-file-include": "^2.0.1",
"gulp-heml": "^1.0.0",
"gulp-html-minifier2": "^1.1.11",
"gulp-rename": "^1.4.0",
"gulp-sass": "^4.0.2",
"gulp-sequence": "^1.0.0",
"gulp-util": "^3.0.8",
"gulp-zip": "^4.0.0",
"heml": "^1.1.3",
"node-sass": "^4.10.0",
"yargs": "^12.0.5"
},
"mautic": {
"mauticBasePath": null,
"enableMinifier": true,
"themes": [
{
"name": "your-theme",
"verboseName": "Your Theme",
"emailTemplateFile": "email.deafult.heml.twig"
}
]
},
"dependencies": {}
}