{
  "name": "drone-joystick",
  "description": "Control AR.Drones using any SDL-compatible Joystick (PS3 Sixaxis, etc.)",
  "keywords": [
    "sdl",
    "AR.Drone",
    "ar",
    "drone",
    "controller",
    "joystick",
    "ps3",
    "sixaxis"
  ],
  "version": "0.1.0",
  "author": "Nathan Rajlich <nathan@tootallnate.net> (http://tootallnate.net)",
  "repository": {
    "type": "git",
    "url": "git://github.com/TooTallNate/node-drone-joystick.git"
  },
  "bin": {
    "drone-joystick": "bin/drone-joystick"
  },
  "dependencies": {
    "ar-drone": "~0.0.5",
    "commander": "~1.1.1",
    "debug": "~0.7.0",
    "sdl": "~0.1.8"
  }
}
