-
Notifications
You must be signed in to change notification settings - Fork 59
/
package.json
39 lines (39 loc) · 1.16 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
{
"name": "@slicejack/bojler",
"version": "5.0.3",
"description": "Bojler is an email framework for developing responsive and lightweight email templates that will render correctly across each of the most popular email clients.",
"homepage": "https://bojler.slicejack.com",
"bugs": {
"url": "https://github.com/Slicejack/bojler/issues"
},
"license": "MIT",
"author": "Slicejack (https://github.com/Slicejack)",
"repository": {
"type": "git",
"url": "git+https://github.com/Slicejack/bojler.git"
},
"scripts": {
"gulp": "node ./node_modules/gulp/bin/gulp.js",
"build": "npm run gulp build",
"start": "npm run gulp dev",
"release": "npm run gulp release",
"assets": "npm run gulp assets"
},
"devDependencies": {
"del": "^6.1.1",
"event-stream": "^4.0.1",
"fresh": "^0.5.2",
"gulp": "^4.0.2",
"gulp-connect": "^5.7.0",
"gulp-group-css-media-queries": "^1.2.2",
"gulp-htmlmin": "^5.0.1",
"gulp-replace": "^1.1.3",
"gulp-sass": "^5.1.0",
"gulp-stylelint": "^13.0.0",
"inquirer": "^8.2.4",
"juice": "^8.1.0",
"mime": "^3.0.0",
"sass": "^1.54.5",
"stylelint": "^13.13.1"
}
}