Skip to content

Commit

Permalink
Karma
Browse files Browse the repository at this point in the history
  • Loading branch information
Snugug committed Nov 29, 2014
1 parent bf12af6 commit 1e810ec
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,16 +12,22 @@
"author": "Sam Richard",
"license": "MIT",
"devDependencies": {
"deepmerge": "~0.2.5",
"grunt": "~0.4.0",
"grunt-contrib-watch": "~0.4.0",
"grunt-bump": "0.0.6",
"grunt-contrib-compass": "~0.6.0",
"grunt-contrib-compress": "~0.5.2",
"grunt-contrib-connect": "~0.3.0",
"grunt-contrib-jshint": "~0.1.1",
"grunt-contrib-uglify": "~0.2.0",
"grunt-contrib-watch": "~0.4.0",
"grunt-parallel": "~0.2.0",
"grunt-contrib-connect": "~0.3.0",
"deepmerge": "~0.2.5",
"matchdep": "~0.1.2",
"grunt-bump": "0.0.6",
"grunt-contrib-compress": "~0.5.2"
"karma": "^0.12.24",
"karma-coverage": "^0.2.6",
"karma-coveralls": "^0.1.4",
"karma-jasmine": "^0.2.3",
"karma-phantomjs-launcher": "^0.1.4",
"karma-spec-reporter": "0.0.13",
"matchdep": "~0.1.2"
}
}

0 comments on commit 1e810ec

Please sign in to comment.