Package.json for Node js CB v2.3.4 includes mocha as a prod as well as a dev dependency

Surely it is not necessary to have mocha under both prod and dev dependencies?

It gives my build some grief when I npm shrinkwrap: for only prod:
missing: mocha@~3.2.0, required by couchbase@2.3.4

node v6.10.0
npm v3.10.10, v5.0.4
centos 7

Hey @eoin.ryan,

mocha is indeed incorrectly placed in the dependancies rather than devDependancies list. I have opened an issue to track there here: https://issues.couchbase.com/browse/JSCBC-387.

Cheers, Brett