-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 877 Bytes
/
Copy pathpackage.json
File metadata and controls
33 lines (33 loc) · 877 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
{
"name": "gulp-newsletter-workflow",
"version": "0.1.0",
"description": "A mustache starter theme with Gulp workflow to create HTML websites or to use with your web framework ",
"main": "gulpfile.js",
"dependencies": {
"browser-sync": "^2.9.3",
"del": "^2.0.2",
"event-stream": "^3.3.1",
"glob": "^5.0.15",
"gulp": "gulpjs/gulp#4.0",
"gulp-autoprefixer": "^3.0.1",
"gulp-filter": "^3.0.1",
"gulp-fncallback": "^2.0.2",
"gulp-if": "^2.0.0",
"gulp-inject": "^1.5.0",
"gulp-inline-css": "^3.0.0",
"gulp-load-plugins": "^0.10.0",
"gulp-mustache": "^1.1.1",
"gulp-sass": "^3.1.0",
"gulp-zip": "^3.0.2",
"merge": "^1.2.0",
"stream-series": "^0.1.1",
"vinyl": "^1.0.0",
"yargs": "^3.25.0"
},
"keywords": [
"email",
"newsletter"
],
"author": "Sonia Marquette",
"license": "MIT"
}