bebop-flight-app
Version:
Replacement flight app for the Parrot Bebop Drone
29 lines (28 loc) • 628 B
JSON
{
"name": "bebop-flight-app",
"version": "0.0.3",
"description": "Replacement flight app for the Parrot Bebop Drone",
"repository": {
"type": "git",
"url": "https://github.com/surajpindoria/BebopFlightApp.git"
},
"main": "index.js",
"dependencies": {
"cylon": "^1.3.0",
"cylon-joystick": "^0.22.0",
"node-bebop": "^0.6.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"Parrot",
"Bebop",
"Drone",
"Flight",
"Control"
],
"author": "Suraj Pindoria <suraj.pindoria@yahoo.com>",
"license": ""
}