refactor(devDeps): dev dependencies altered

This commit is contained in:
Damian Mee 2014-08-21 04:09:31 +02:00
parent 75f18c8e51
commit f97fda585f

View file

@ -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"
}
}