Skip to content

Commit

Permalink
change to package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Tollenaar committed Jul 18, 2014
1 parent 3b0741c commit 8a915d1
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -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": {
Expand All @@ -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": "*"
}
}

0 comments on commit 8a915d1

Please sign in to comment.