forked from JeanBarbosa27/vtex-emails
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
33 lines (33 loc) · 911 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
{
"repository": {
"type": "git",
"url": "https://github.com/Slicejack/bojler"
},
"license": "MIT",
"scripts": {
"gulp": "node ./node_modules/gulp/bin/gulp.js"
},
"devDependencies": {
"@akzhan/gulp-juice": "^0.1.6",
"del": "^3.0.0",
"gulp": "git+https://[email protected]/gulpjs/gulp.git#4.0",
"gulp-connect": "^3.2.2",
"gulp-data": "^1.3.1",
"gulp-email-remove-unused-css": "^2.1.1",
"gulp-ext-replace": "^0.3.0",
"gulp-group-css-media-queries": "^1.2.0",
"gulp-hb": "^6.0.2",
"gulp-i18n-localize": "^1.2.7",
"gulp-inject-partials": "^1.0.3",
"gulp-replace": "^0.6.1",
"gulp-sass": "^2.2.0",
"gulp-strip-comments": "^2.5.2",
"gulp-util": "^3.0.8",
"handlebars-helpers": "^0.10.0",
"juice": "^4.2.2",
"tachyons-sass": "^4.9.2",
"through2": "^2.0.3",
"web-resource-inliner": "^4.2.1"
},
"dependencies": {}
}