forked from koomai/bulletproof-email
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 998 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 998 Bytes
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": "bulletproof-email",
"version": "1.0.2",
"description": "Bulletproof Email",
"main": "index.js",
"scripts": {
"postinstall": "cp nodemailer.config.js.example nodemailer.config.js"
},
"repository": {
"type": "git",
"url": "git@github.com:koomai/bulletproof-email.git"
},
"author": "Sid K",
"license": "MIT",
"devDependencies": {
"browser-sync": "2.8.2",
"del": "~1.2.0",
"fs": "0.0.2",
"gulp": "3.8.11",
"gulp-changed": "~1.2.1",
"gulp-clipboard": "0.1.1",
"gulp-file-include": "~0.9.0",
"gulp-if": "~1.2.5",
"gulp-imagemin": "~2.2.1",
"gulp-inline-css": "~2.0.0",
"gulp-minify-html": "~1.0.2",
"gulp-plumber": "1.0.1",
"gulp-rename": "1.2.2",
"gulp-replace": "~0.5.3",
"gulp-sass": "3.1.0",
"gulp-shell": "~0.4.2",
"gulp-util": "3.0.6",
"gulp-zip": "~3.0.2",
"node-sass": "4.5.1",
"nodemailer": "1.4.0",
"nodemailer-smtp-transport": "1.0.3",
"yargs": "3.21.0"
}
}