Skip to content

Commit

Permalink
bump template deps
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Aug 12, 2014
1 parent 46b49a2 commit 74d4b04
Showing 1 changed file with 26 additions and 28 deletions.
54 changes: 26 additions & 28 deletions app/templates/_package.json
Original file line number Diff line number Diff line change
@@ -1,36 +1,34 @@
{
"name": "<%= _.slugify(appname) %>",
"version": "0.0.0",
"dependencies": {},
"devDependencies": {
"apache-server-configs": "^2.7.1",
"grunt": "~0.4.1",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",<% if (coffee) { %>
"grunt-contrib-coffee": "~0.10.1",<% } %>
"grunt-contrib-uglify": "~0.4.0",<% if (includeSass) { %><% if (includeLibSass) { %>
"grunt-sass": "~0.11.0",<% } if (includeRubySass) { %>
"grunt-contrib-sass": "~0.7.3",<% } %><% } %>
"grunt-contrib-jshint": "~0.9.2",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-connect": "~0.7.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-htmlmin": "~0.2.0",
"grunt": "^0.4.5",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-concat": "^0.5.0",<% if (coffee) { %>
"grunt-contrib-coffee": "^0.11.0",<% } %>
"grunt-contrib-uglify": "^0.5.1",<% if (includeSass) { %><% if (includeLibSass) { %>
"grunt-sass": "^0.14.0",<% } if (includeRubySass) { %>
"grunt-contrib-sass": "^0.7.3",<% } %><% } %>
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-connect": "^0.8.0",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-htmlmin": "^0.3.0",
"grunt-wiredep": "^1.7.0",
"grunt-contrib-imagemin": "~0.7.0",
"grunt-contrib-watch": "~0.6.1",<% if (testFramework === 'jasmine') { %>
"grunt-contrib-jasmine": "~0.6.3",<% } %>
"grunt-rev": "~0.1.0",
"grunt-autoprefixer": "~0.7.2",
"grunt-usemin": "~2.1.0",<% if (testFramework === 'mocha') { %>
"grunt-mocha": "~0.4.10",<% } %><% if (includeModernizr) { %>
"grunt-modernizr": "~0.5.2",<% } %>
"grunt-newer": "~0.7.0",
"grunt-svgmin": "~0.4.0",
"grunt-concurrent": "~0.5.0",
"load-grunt-tasks": "~0.4.0",
"time-grunt": "~0.3.1",
"jshint-stylish": "~0.1.5"
"grunt-contrib-imagemin": "^0.8.0",
"grunt-contrib-watch": "^0.6.1",<% if (testFramework === 'jasmine') { %>
"grunt-contrib-jasmine": "^0.7.0",<% } %>
"grunt-rev": "^0.1.0",
"grunt-autoprefixer": "^1.0.0",
"grunt-usemin": "^2.3.0",<% if (testFramework === 'mocha') { %>
"grunt-mocha": "^0.4.10",<% } %><% if (includeModernizr) { %>
"grunt-modernizr": "^0.5.2",<% } %>
"grunt-newer": "^0.7.0",
"grunt-svgmin": "^0.4.0",
"grunt-concurrent": "^0.5.0",
"load-grunt-tasks": "^0.4.0",
"time-grunt": "^0.4.0",
"jshint-stylish": "^0.4.0"
},
"engines": {
"node": ">=0.10.0"
Expand Down

0 comments on commit 74d4b04

Please sign in to comment.