-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
46 lines (46 loc) · 1.22 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
{
"name": "rwd-emails",
"version": "2.0.0",
"description": "Responsive email builds using Gulp, BrowserSync, AWS S3, and FTP upload",
"main": "gulpfile.js",
"scripts": {
"test": "gulp"
},
"repository": {
"type": "git",
"url": "git@codebasehq.com:haygarth/internal/rwd-emails.git"
},
"author": "Rob Easthope",
"license": "BSD-2-Clause",
"devDependencies": {
"autoprefixer-core": "^5.1.11",
"browser-sync": "^2.7.1",
"del": "^1.1.1",
"gulp": "git://github.com/gulpjs/gulp.git#4.0",
"gulp-awspublish": "~2.0.0",
"gulp-batch": "^1.0.5",
"gulp-cache": "^0.2.9",
"gulp-concat": "~2.5.2",
"gulp-csso": "^1.0.0",
"gulp-if": "^1.2.5",
"gulp-imagemin": "^2.2.1",
"gulp-inline": "*",
"gulp-jshint": "^1.10.0",
"gulp-load-plugins": "^0.10.0",
"gulp-minify-css": "*",
"gulp-minify-html": "^1.0.2",
"gulp-notify": "~2.2.0",
"gulp-premailer": "*",
"gulp-postcss": "^5.1.6",
"gulp-rename": "^1.2.2",
"gulp-replace": "*",
"gulp-sass": "^2.0.0",
"gulp-size": "^1.2.1",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"gulp-useref": "^1.1.2",
"gulp-watch": "^4.2.4",
"jshint-stylish": "^1.0.2",
"opn": "^1.0.2"
}
}