This repository was archived by the owner on Jul 3, 2024. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.36 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
47
48
49
50
51
{
"name": "pechkin",
"version": "1.0.0",
"description": "A template for a quick start email development",
"keywords": [
"email",
"template",
"responsive-email"
],
"author": "Sergey Glazov <[email protected]> (https://github.com/sglazov)",
"license": "MIT",
"homepage": "https://github.com/sglazov/pechkin",
"repository": {
"type": "git",
"url": "[email protected]:sglazov/pechkin.git"
},
"bugs": {
"url": "https://github.com/sglazov/pechkin/issues",
"email": "[email protected]"
},
"scripts": {
"start": "gulp --development",
"dev": "npm run start",
"build": "gulp build --production",
"prod": "npm run build",
"yaspeller": "yaspeller public_html/"
},
"devDependencies": {
"browser-sync": "^2.26.7",
"gulp": "^4.0.2",
"gulp-front-matter": "^1.3.0",
"gulp-htmlmin": "^5.0.1",
"gulp-if": "^3.0.0",
"gulp-imagemin": "^6.0.0",
"gulp-inline-css": "^3.3.1",
"gulp-nunjucks-render": "^2.2.3",
"gulp-plumber": "^1.2.1",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.0.0",
"gulp-sass": "^4.0.2",
"gulp-typograf": "^4.0.2",
"gulp-watch": "^5.0.1",
"imagemin-pngquant": "^8.0.0",
"marked": "^0.6.2",
"minimist": "^1.2.5",
"node-notifier": "^6.0.0",
"node-sass-glob-importer": "^5.3.2",
"nunjucks-markdown": "^2.0.1",
"yaspeller": "^8.0.1"
}
}