Skip to content

Commit

Permalink
fixing read events and write methods
Browse files Browse the repository at this point in the history
  • Loading branch information
jgautier committed Jun 7, 2011
1 parent 9b09213 commit d452ee3
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
{ "name" : "firmata"
, "description" : "A library to control an arduino running firmata"
, "version" : "0.1.0"
, "author" : "Julian Gautier"
, "homepage" : "http://www.github.com/jgautier/firmata"
, "repository" :
{
"type" : "git"
,"url" : "git://github.com/jgautier/firmata.git"
}
, "main" : "lib/firmata"
, "bin" :
{
"firmata" : "./repl.js"
}
, "dependencies" :
{
"serialport" : "0.2.0"
}
, "engines" :
{
"node" : "v0.5.0-pre"
}

}

0 comments on commit d452ee3

Please sign in to comment.