diff --git a/package.json b/package.json index 631c48b5..16e2a7df 100644 --- a/package.json +++ b/package.json @@ -27,18 +27,16 @@ "type": "git", "url": "https://github.com/lamassu/lamassu-server.git" }, - "devDependencies": { - "chai": "~1.8.1", - "matchdep": "~0.3.0", - "mocha": "~1.13.0", - "hock": "git+https://github.com/mmalecki/hock.git#no-http-server", - "jsonquest": "^0.2.2", - "node-uuid": "^1.4.1" - }, "bin": { "lamassu-server": "./bin/lamassu-server" }, "scripts": { "test": "mocha --recursive test" + }, + "devDependencies": { + "chai": "^1.9.1", + "lodash": "^2.4.1", + "mocha": "^1.21.4", + "mockery": "^1.4.0" } }