-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
60 lines (60 loc) · 1.73 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
52
53
54
55
56
57
58
59
60
{
"name": "inky-substratum",
"version": "1.0",
"description": "A mordern way to create PUG empowered Inky Foundation templates for creating beautiful, reusable HTML email templates without coding like it's 1999.",
"repository": "cliffordgurney/inky-substratum",
"main": "gulpfile.babel.js",
"scripts": {
"start": "gulp",
"build": "gulp --production",
"zip": "gulp zip --production",
"litmus": "gulp litmus --production",
"send": "gulp send --production",
"upload": "gulp upload --production"
},
"author": "Clifford Gurney <cliff@cliff.design>",
"license": "MIT",
"dependencies": {
"foundation-emails": "github:zurb/foundation-emails#develop"
},
"devDependencies": {
"babel-core": "^6.25.0",
"babel-preset-es2015": "^6.24.1",
"babel-register": "^6.24.1",
"beepbeep": "^1.2.1",
"browser-sync": "^2.18.12",
"colors": "^1.1.2",
"gulp": "git+https://github.com/gulpjs/gulp.git#4.0",
"gulp-awspublish": "^3.3.0",
"gulp-cli": "^1.3.0",
"gulp-html-src": "^1.0.0",
"gulp-htmlmin": "^3.0.0",
"gulp-if": "^2.0.2",
"gulp-imagemin": "^3.3.0",
"gulp-inline-css": "^3.1.0",
"gulp-load-plugins": "^1.5.0",
"gulp-prompt": "^0.2.0",
"gulp-pug": "^3.3.0",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.6.1",
"gulp-sass": "^3.1.0",
"gulp-sass-bulk-import": "^1.0.1",
"gulp-sourcemaps": "^2.6.0",
"gulp-util": "^3.0.8",
"gulp-zip": "^4.0.0",
"htmlstrip-native": "^0.1.3",
"inky": "^1.3.7",
"lazypipe": "^1.0.1",
"merge-stream": "^1.0.1",
"nodemailer": "^4.0.1",
"panini": "^1.4.0",
"rimraf": "^2.6.1",
"siphon-media-query": "^1.0.0",
"yargs": "^8.0.2"
},
"babel": {
"presets": [
"es2015"
]
}
}