@@ -1,7 +1,7 @@
{
" name" : " joola" ,
" preferGlobal" : true ,
" version" : " 0.8.17 " ,
" version" : " 0.8.18 " ,
" author" : " Joola <info@joo.la>" ,
" description" : " Custom data analytics solution built for today's market needs and scale." ,
" private" : false ,
@@ -47,8 +47,8 @@
" test:api" : " (killall node || true) && redis-cli flushall && NODE_CONFIG_DIR=$(pwd)/test/config NODE_ENV=apiary npm run start:detached && sleep 2 && dredd ./apiary.apib http://localhost:8080" ,
" preinstall" : " (build/scripts/preinstall.sh || true)" ,
" postinstall" : " (build/scripts/postinstall.sh || true)" ,
" prepublish.bak " : " npm shrinkwrap" ,
" postpublish.bak " : " rm npm-shrinkwrap.json" ,
" prepublish" : " npm shrinkwrap" ,
" postpublish" : " rm npm-shrinkwrap.json" ,
" publish:patch" : " npm run prepublish && npm version patch --git-tag-version=false --sign-git-tag=true -m \" Version bumped to %s\" && npm run publish:do" ,
" publish:minor" : " npm run prepublish && npm version minor --git-tag-version=false --sign-git-tag=true -m \" Version bumped to %s\" && npm run publish:do" ,
" publish:major" : " npm run prepublish && npm version major --git-tag-version=false --sign-git-tag=true -m \" Version bumped to %s\" && npm run publish:do" ,
@@ -107,8 +107,8 @@
" graph"
],
" dependencies" : {
" async" : " ^1.4.2 " ,
" body-parser" : " ^1.14.1 " ,
" async" : " ^1.5.0 " ,
" body-parser" : " ^1.14.2 " ,
" bunyan" : " ^1.5.1" ,
" bunyan-format" : " ^0.2.1" ,
" bunyan-loggly" : " ^0.0.5" ,
@@ -119,7 +119,7 @@
" config" : " 1.12.0" ,
" connect" : " ^3.4.0" ,
" connect-restreamer" : " ^1.0.3" ,
" deep-diff" : " ^0.3.2 " ,
" deep-diff" : " ^0.3.3 " ,
" deep-equal" : " ^1.0.1" ,
" describe-json" : " ^0.0.6" ,
" eventemitter2" : " *" ,
@@ -132,8 +132,8 @@
" joola.datastore-embedded" : " ^0.0.3" ,
" joola.datastore-mongodb" : " ^0.0.15" ,
" joola.sdk" : " ^0.8.10" ,
" js-yaml" : " ^3.4.2 " ,
" json-prune" : " ^1.0.0 " ,
" js-yaml" : " ^3.4.6 " ,
" json-prune" : " ^1.0.1 " ,
" kindof" : " ^1.0.0" ,
" localeval" : " ^15.2.3" ,
" node-zookeeper-client" : " ^0.2.2" ,