Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
schlosser committed Feb 1, 2016
1 parent b630a19 commit f49909b
Showing 1 changed file with 10 additions and 8 deletions.
18 changes: 10 additions & 8 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand All @@ -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",
Expand Down

0 comments on commit f49909b

Please sign in to comment.