From 1e810ecb52b659fb198c0f722a6a079007dc6344 Mon Sep 17 00:00:00 2001 From: Sam Richard Date: Sat, 29 Nov 2014 08:48:20 -0500 Subject: [PATCH] Karma --- package.json | 18 ++++++++++++------ 1 file changed, 12 insertions(+), 6 deletions(-) diff --git a/package.json b/package.json index ef6635e..0311a68 100644 --- a/package.json +++ b/package.json @@ -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" } }