This repository has been archived by the owner on Sep 24, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
b8ce8e8
commit d4a2a36
Showing
1 changed file
with
26 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "gulp-site-generator", | ||
"version": "0.1.7", | ||
"version": "0.1.12", | ||
"description": "Static site generator using Gulp", | ||
"main": "gulpfile.js", | ||
"scripts": { | ||
|
@@ -14,40 +14,40 @@ | |
"author": "Matt Levy <[email protected]>", | ||
"license": "ISC", | ||
"dependencies": { | ||
"bluebird": "^2.9.7", | ||
"bluebird": "^2.9.33", | ||
"downsize": "0.0.8", | ||
"glob": "^4.3.5", | ||
"globby": "^1.1.0", | ||
"gulp": "^3.8.10", | ||
"gulp-compile-handlebars": "^0.4.4", | ||
"gulp-concat": "^2.4.3", | ||
"glob": "^5.0.13", | ||
"globby": "^2.1.0", | ||
"gulp": "^3.9.0", | ||
"gulp-compile-handlebars": "^0.5.0", | ||
"gulp-concat": "^2.6.0", | ||
"gulp-connect": "^2.2.0", | ||
"gulp-if": "^1.2.5", | ||
"gulp-markdown-to-json": "^0.2.1", | ||
"gulp-minify-css": "^0.4.5", | ||
"gulp-minify-html": "^0.1.8", | ||
"gulp-rename": "^1.2.0", | ||
"gulp-sass": "^1.3.2", | ||
"gulp-uglify": "^1.1.0", | ||
"gulp-uncss": "^1.0.0", | ||
"handlebars": "^2.0.0", | ||
"gulp-minify-css": "^1.2.0", | ||
"gulp-minify-html": "^1.0.3", | ||
"gulp-rename": "^1.2.2", | ||
"gulp-sass": "^2.0.3", | ||
"gulp-uglify": "^1.2.0", | ||
"gulp-uncss": "^1.0.2", | ||
"handlebars": "^3.0.3", | ||
"imagemin-jpegoptim": "^4.0.0", | ||
"imagemin-optipng": "^4.2.0", | ||
"imagemin-pngquant": "^4.0.0", | ||
"lodash": "^2.4.1", | ||
"minimist": "^1.1.0", | ||
"moment": "^2.9.0", | ||
"imagemin-optipng": "^4.3.0", | ||
"imagemin-pngquant": "^4.1.0", | ||
"lodash": "^3.10.0", | ||
"minimist": "^1.1.1", | ||
"moment": "^2.10.3", | ||
"mout": "^0.11.0", | ||
"require-dir": "^0.1.0", | ||
"require-dir": "^0.3.0", | ||
"rss": "^1.1.1" | ||
}, | ||
"devDependencies": { | ||
"chai": "^1.10.0", | ||
"gulp-coveralls": "^0.1.3", | ||
"gulp-istanbul": "^0.6.0", | ||
"gulp-mocha": "^2.0.0", | ||
"mocha": "^2.1.0", | ||
"chai": "^3.0.0", | ||
"gulp-coveralls": "^0.1.4", | ||
"gulp-istanbul": "^0.10.0", | ||
"gulp-mocha": "^2.1.2", | ||
"mocha": "^2.2.5", | ||
"mockery": "^1.4.0", | ||
"sinon": "^1.12.2" | ||
"sinon": "^1.15.4" | ||
} | ||
} |