Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
added package.json, updated README.md
  • Loading branch information
jornare committed Mar 2, 2013
1 parent 33bb36a commit 034c4d7
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Expand Up @@ -13,12 +13,15 @@ To get started

Install nodejs and npm (node package manager)

Clone the repo
//Clone the repo:
>git clone https://github.com/jornare/leapdrone
>npm install leapjs
>cd leapdrone
>npm install ar-drone
//Install dependencies
>npm install
//Run it!
>node leapdrone.js
When you start
Expand Down
12 changes: 12 additions & 0 deletions package.json
@@ -0,0 +1,12 @@
{
"author": {
"name": "Jørn Are Hatlelid"}

"name": "leapdrone",
"version": "1.0.0",
"description": "Control an AR.Drone2 using LeapMotion controller",
"dependencies": {
"leapjs": "0.1.1",
"ar-drone": "0.0.5"
}
}

0 comments on commit 034c4d7

Please sign in to comment.