dji-tello
Version:
Package to control your DJI-Tello drone from your computer
30 lines (29 loc) • 684 B
JSON
{
"name": "dji-tello",
"version": "1.0.15",
"description": "Package to control your DJI-Tello drone from your computer",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Nooaah/dji-tello.git"
},
"keywords": [
"drone",
"dji",
"tello"
],
"author": "Nooaah (https://noah-chatelain.fr)",
"license": "ISC",
"bugs": {
"url": "https://github.com/Nooaah/dji-tello/issues"
},
"homepage": "https://github.com/Nooaah/dji-tello#readme",
"dependencies": {
"dgram": "^1.0.1",
"ip": "^1.1.5",
"system-sleep": "^1.3.6"
}
}