From 204932f4f9670b05ca4aaf13da270f7a01b300ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maciej=20Ma=C5=82ecki?= Date: Fri, 11 Apr 2014 02:27:56 +0200 Subject: [PATCH] Remove unused devDeps --- package.json | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/package.json b/package.json index c8aec3f2..454547dd 100644 --- a/package.json +++ b/package.json @@ -34,16 +34,11 @@ "url": "https://github.com/lamassu/lamassu-server.git" }, "devDependencies": { - "grunt": "~0.4.1", - "grunt-contrib-jshint": "~0.6.0", - "load-grunt-tasks": "~0.1.0", "chai": "~1.8.1", "matchdep": "~0.3.0", "mocha": "~1.13.0", - "grunt-mocha-test": "~0.7.0", "hock": "git+https://github.com/mmalecki/hock.git#no-http-server", - "jsonquest": "^0.2.2", - "grunt-mocha-cov": "0.0.7" + "jsonquest": "^0.2.2" }, "bin": { "lamassu-server": "./lib/app.js"