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

Commit

Permalink
updated _bower.json,_package.json and package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
gilbarbara authored and revathskumar committed Feb 26, 2014
1 parent c28d4da commit b30b737
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 26 deletions.
2 changes: 1 addition & 1 deletion app/templates/_bower.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "<%= _.slugify(appname) %>",
"version": "0.0.0",
"dependencies": {<% if (compassBootstrap) { %>
"sass-bootstrap": "~3.0.0",<% } %>
"sass-bootstrap": "~3.0.2",<% } %>
"jquery": "~2.1.0",
"underscore": "~1.6.0",
"backbone": "~1.1.0",<% if (includeRequireJS) { %>
Expand Down
46 changes: 23 additions & 23 deletions app/templates/_package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,34 +4,34 @@
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-copy": "~0.4.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",<% if (options.coffee) { %>
"grunt-contrib-coffee": "~0.7.0",<% } %><% if (templateFramework === 'mustache') { %>
"grunt-mustache": "~0.1.4",<% } else if (templateFramework === 'handlebars') { %>
"grunt-contrib-handlebars": "~0.5.8",<% } else { %>
"grunt-contrib-jst": "~0.5.0",<% } %>
"grunt-contrib-uglify": "~0.2.0",<% if (compassBootstrap) { %>
"grunt-contrib-compass": "~0.5.0",<% } %>
"grunt-contrib-jshint": "~0.6.3",
"grunt-contrib-cssmin": "~0.6.0",
"grunt-contrib-connect": "~0.3.0",
"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.2.0",
"grunt-contrib-watch": "~0.5.2",<% if (testFramework === 'jasmine') { %>
"grunt-contrib-jasmine": "~0.5.1",<% }else{ %>
"grunt-mocha": "~0.4.1",<% } %>
"grunt-usemin": "~0.1.10",<% if(includeRequireJS){ %>
"grunt-bower-requirejs": "~0.7.0",
"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.9",<% } %>
"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.0",
"load-grunt-tasks": "~0.1.0",
"connect-livereload": "~0.2.0",
"time-grunt": "~0.2.1",
"jshint-stylish": "~0.1.3"
"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"
},
"engines": {
"node": ">=0.8.0"
"node": ">=0.10.0"
}
}
}
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@
"yeoman-generator": "~0.16.0"
},
"peerDependencies": {
"generator-mocha": ">=0.1.1",
"generator-mocha": ">=0.1.3",
"generator-backbone-mocha": ">=0.0.2",
"yo": ">=1.0.0"
"yo": ">=1.1.2"
},
"devDependencies": {
"mocha": "*"
Expand Down

0 comments on commit b30b737

Please sign in to comment.