Skip to content

Commit

Permalink
Merge 8605b7c into 2750f9f
Browse files Browse the repository at this point in the history
  • Loading branch information
SBoudrias committed Sep 27, 2013
2 parents 2750f9f + 8605b7c commit 1174974
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
language: node_js
node_js:
- 0.8

before_install:
- npm install -g bower grunt-cli
branches:
only:
- master
19 changes: 9 additions & 10 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,32 +1,31 @@
{
"name": "backbone-boilerplate",
"version": "1.0.0",

"devDependencies": {
"grunt": "~0.4.1",
"bbb": "~0.2.0",
"bower": "~1.2.6",
"grunt-cli": "~0.1.9",
"coveralls": "~2.3.0",
"grunt-bbb-requirejs": "~0.1.0",
"grunt-bbb-styles": "~0.1.0",
"grunt-bbb-server": "~0.1.0",
"grunt-contrib-compress": "~0.5.2",
"grunt-contrib-jshint": "~0.6.0",
"grunt-contrib-cssmin": "~0.6.1",
"grunt-contrib-copy": "~0.4.1",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-compress": "~0.5.2",
"grunt-processhtml": "~0.2.0",
"grunt-karma": "~0.6.2",
"load-grunt-tasks": "~0.1.0",
"karma-jasmine": "~0.1.0",
"karma-mocha": "~0.1.0",
"karma-qunit": "~0.1.0",
"karma-phantomjs-launcher": "~0.1.0",
"karma-coverage": "~0.1.0"
"karma-coverage": "~0.1.0",
"load-grunt-tasks": "~0.1.0"
},

"peerDependencies": {
"generator-bbb": "*"
"bower": "*",
"generator-bbb": "*",
"grunt-cli": "*"
},

"scripts": {
"test": "bower install -s && grunt karma:run && cat test/coverage/PhantomJS\\ 1.9.2\\ \\(Linux\\)/lcov.info | coveralls",
"postinstall": "bower install -s"
Expand Down

0 comments on commit 1174974

Please sign in to comment.