parrot-mini-drone
Version:
extendable node module to allow control of any Parrot Mini Drone
35 lines (34 loc) • 834 B
JSON
{
"name": "parrot-mini-drone",
"version": "0.0.1",
"description": "extendable node module to allow control of any Parrot Mini Drone",
"main": "parrot-mini-drone.js",
"repository": {
"type": "git",
"url": "git+https://github.com/RIAEvangelist/parrot-mini-drone.git"
},
"keywords": [
"parrot",
"drone",
"mini",
"SDK",
"node",
"javascript"
],
"dependencies": {
"node-ipc": "^3.0.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Brandon Nozaki Miller",
"license": "SEE LICENCE IN Licence.md",
"bugs": {
"url": "https://github.com/RIAEvangelist/parrot-mini-drone/issues"
},
"homepage": "https://github.com/RIAEvangelist/parrot-mini-drone#readme",
"directories": {
"example": "examples"
}
}