Skip to content

Commit

Permalink
updated example app package.json to have exact dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
dh0072 committed May 22, 2012
1 parent 4423d6c commit 0b4520b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions examples/app/package.json
@@ -1,9 +1,11 @@
{
"name": "nmea-app"
"name": "nmea-tty-example-app"
, "version": "0.0.1"
, "dependencies": {
"express": "2.5.8"
, "ejs": ">= 0.0.1"
, "socket.io": ">= 0.0.1"
// these are the versions i used to test this app. it should work with others
"express": "2.5.8"
, "ejs": "0.7.1"
, "socket.io": "0.9.6"
, "serialport":"0.7.3" // https://github.com/voodootikigod/node-serialport
}
}

0 comments on commit 0b4520b

Please sign in to comment.