forked from mmistakes/made-mistakes-jekyll
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
50 lines (50 loc) · 1.26 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
{
"name": "jekyll-gulpified",
"version": "0.0.1",
"description": "",
"homepage": "https://mademistakes.com",
"author": {
"name": "Michael Rose",
"email": ""
},
"devDependencies": {
"autoprefixer": "^6.2.3",
"browser-sync": "^2.11.0",
"critical": "^0.7.3",
"del": "^2.2.0",
"glob": "^7.0.6",
"gm": "^1.23.0",
"gulp": "git://github.com/gulpjs/gulp.git#4.0",
"gulp-cache": "^0.4.1",
"gulp-changed": "^1.3.2",
"gulp-cheerio": "^0.6.2",
"gulp-concat": "^2.6.0",
"gulp-cssnano": "^2.1.0",
"gulp-filter": "^4.0.0",
"gulp-gzip": "^1.1.0",
"gulp-htmlmin": "^2.0.0",
"gulp-if": "^2.0.1",
"gulp-imagemin": "^3.0.0",
"gulp-inject": "^4.0.0",
"gulp-newer": "^1.2.0",
"gulp-notify": "^2.2.0",
"gulp-postcss": "^6.0.0",
"gulp-pretty-data": "^0.1.1",
"gulp-rename": "^1.2.2",
"gulp-rev": "^7.0.0",
"gulp-rsync": "^0.0.6",
"gulp-sass": "^2.1.1",
"gulp-size": "^2.0.0",
"gulp-sourcemaps": "^1.3.0",
"gulp-svgmin": "^1.2.2",
"gulp-svgstore": "^6.0.0",
"gulp-uglify": "^1.5.1",
"gulp-util": "^3.0.7",
"merge2": "^1.0.2",
"require-dir": "^0.3.0",
"shelljs": "^0.7.0",
"submit-sitemap": "^0.1.3",
"through2": "^2.0.1",
"yargs": "^4.7.0"
}
}