refactor(devDeps): dev dependencies altered
This commit is contained in:
parent
75f18c8e51
commit
f97fda585f
1 changed files with 6 additions and 8 deletions
14
package.json
14
package.json
|
|
@ -27,18 +27,16 @@
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/lamassu/lamassu-server.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": {
|
"bin": {
|
||||||
"lamassu-server": "./bin/lamassu-server"
|
"lamassu-server": "./bin/lamassu-server"
|
||||||
},
|
},
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"test": "mocha --recursive test"
|
"test": "mocha --recursive test"
|
||||||
|
},
|
||||||
|
"devDependencies": {
|
||||||
|
"chai": "^1.9.1",
|
||||||
|
"lodash": "^2.4.1",
|
||||||
|
"mocha": "^1.21.4",
|
||||||
|
"mockery": "^1.4.0"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue