diff --git a/package.json b/package.json index f556e02..fc7d7cc 100644 --- a/package.json +++ b/package.json @@ -2,19 +2,20 @@ "name": "", "version": "0.0.1", "description": "", + "license": "MIT", "scripts": {}, "dependencies": {}, "devDependencies": { "browser-sync": "^2.8.2", - "gulp-autoprefixer": "^2.3.1", + "gulp-autoprefixer": "^3.1.0", "gulp-cached": "^1.1.0", - "gulp-compile-handlebars": "^0.5.0", + "gulp-compile-handlebars": "^0.6.1", "gulp-html5-lint": "^1.0.1", "gulp-imagemin": "^2.3.0", - "gulp-inject": "^2.2.0", + "gulp-inject": "^3.0.0", "gulp-inline-source": "^2.1.0", - "gulp-jscs": "^2.0.0", - "gulp-jshint": "^1.11.2", + "gulp-jscs": "^3.0.2", + "gulp-jshint": "^2.0.0", "gulp-minify-css": "^1.2.1", "gulp-minify-html": "^1.0.4", "gulp-plumber": "^1.0.1", @@ -23,13 +24,14 @@ "gulp-sass": "^2.0.4", "gulp-scp2": "^0.2.0", "gulp-scss-lint": "^0.3.0", - "gulp-shell": "^0.4.2", + "gulp-shell": "^0.5.2", "gulp-sourcemaps": "^1.5.2", "gulp-style-inject": "0.0.3", "gulp-uglify": "^1.3.0", - "handlebars": "^3.0.3", + "handlebars": "^4.0.5", "handlebars-layouts": "^3.1.0", - "js-yaml": "^3.4.0" + "js-yaml": "^3.4.0", + "jshint": "^2.9.1" }, "engines": { "node": "0.10.36",