From 8a915d184985d78e4464aefc53f5d9c1b40ab95f Mon Sep 17 00:00:00 2001 From: Fabian Tollenaar Date: Fri, 18 Jul 2014 12:39:09 +0200 Subject: [PATCH] change to package.json --- package.json | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 65e87f383..60a9e7385 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "saildata-server", - "version": "0.1.6", + "version": "0.1.7", "description": "An implementation of a [Signal K](http://signalk.github.io) central server for boats.", "main": "index.js", "scripts": { @@ -24,12 +24,13 @@ }, "dependencies": { "colors": "^0.6.2", - "e-json": "0.0.4", + "ejson": "^1.0.1", "express": "3.x", "lodash": "^2.4.1", "nmea0183-signalk": "^0.1.12", "node-uuid": "^1.4.1", "socket.io": "^1.0.6", - "stream-throttle": "^0.1.3" + "stream-throttle": "^0.1.3", + "memwatch": "*" } } \ No newline at end of file