Skip to content
This repository has been archived by the owner on Mar 26, 2018. It is now read-only.

Commit

Permalink
Update _package.json template
Browse files Browse the repository at this point in the history
  • Loading branch information
revathskumar committed Sep 28, 2014
1 parent 63a3b86 commit c32c9ec
Showing 1 changed file with 27 additions and 27 deletions.
54 changes: 27 additions & 27 deletions app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,33 +4,33 @@
"dependencies": {},
"devDependencies": {
"apache-server-configs": "^2.8.0",
"grunt": "~0.4.1",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",<% if (options.coffee) { %>
"grunt-contrib-coffee": "~0.8.2",<% } %><% if (templateFramework === 'mustache') { %>
"grunt-mustache": "~0.1.6",<% } else if (templateFramework === 'handlebars') { %>
"grunt-contrib-handlebars": "~0.6.0",<% } else { %>
"grunt-contrib-jst": "~0.5.1",<% } %>
"grunt-contrib-uglify": "~0.3.1",<% if (compassBootstrap) { %>
"grunt-contrib-compass": "~0.7.0",<% } %>
"grunt-contrib-jshint": "~0.8.0",
"grunt-contrib-cssmin": "~0.7.0",
"grunt-contrib-connect": "~0.6.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-htmlmin": "~0.1.3",
"grunt-contrib-imagemin": "~0.5.0",
"grunt-contrib-watch": "~0.5.3",<% if (testFramework === 'jasmine') { %>
"grunt-contrib-jasmine": "~0.5.2",<% }else{ %>
"grunt-mocha": "~0.4.10",<% } %>
"grunt-usemin": "~0.1.12",<% if(includeRequireJS){ %>
"grunt-bower-requirejs": "~0.8.3",
"grunt-requirejs": "~0.4.0",<% } %>
"grunt-rev": "~0.1.0",
"grunt-open": "~0.2.3",
"load-grunt-tasks": "~0.3.0",
"connect-livereload": "~0.3.2",
"time-grunt": "~0.2.8",
"jshint-stylish": "~0.1.5"
"grunt": "^0.4.5",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-concat": "^0.5.0",<% if (options.coffee) { %>
"grunt-contrib-coffee": "^0.11.0",<% } %><% if (templateFramework === 'mustache') { %>
"grunt-mustache": "^0.1.7",<% } else if (templateFramework === 'handlebars') { %>
"grunt-contrib-handlebars": "^0.8.0",<% } else { %>
"grunt-contrib-jst": "^0.6.0",<% } %>
"grunt-contrib-uglify": "^0.6.0",<% if (compassBootstrap) { %>
"grunt-contrib-compass": "^1.0.1",<% } %>
"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-contrib-imagemin": "^0.8.1",
"grunt-contrib-watch": "^0.6.1",<% if (testFramework === 'jasmine') { %>
"grunt-contrib-jasmine": "^0.8.0",<% }else{ %>
"grunt-mocha": "^0.4.11",<% } %>
"grunt-usemin": "^2.4.0",<% if(includeRequireJS){ %>
"grunt-bower-requirejs": "^1.1.0",
"grunt-requirejs": "^0.4.2",<% } %>
"grunt-rev": "^0.1.0",
"grunt-open": "^0.2.3",
"load-grunt-tasks": "^0.6.0",
"connect-livereload": "^0.4.0",
"time-grunt": "^1.0.0",
"jshint-stylish": "^1.0.0"
},
"engines": {
"node": ">=0.10.0"
Expand Down

0 comments on commit c32c9ec

Please sign in to comment.