{
  "name": "node-red-contrib-parrot-drones",
  "version": "0.0.4",
  "description": "A node that can be used in Node-Red to control Parrot drones",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "predev": "npm i -g",
    "dev": "node-red -v"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/alronz/node-red-contrib-parrot-drones.git"
  },
  "contributors": [
    {
      "name": "Bilal Al-Saeedi",
      "email": "bilal_alsaidi@yahoo.com"
    }
  ],
  "author": {
    "name": "Bilal Al-Saeedi"
  },
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/alronz/node-red-contrib-parrot-drones/issues"
  },
  "homepage": "https://github.com/alronz/node-red-contrib-parrot-drones#readme",
  "keywords": [
    "node-red",
    "parrot",
    "jumping race",
    "drone",
    "Bebop",
    "SkyController",
    "Night",
    "Race",
    "AR Drone",
    "sumo",
    "max",
    "night",
    "mini drone",
    "parrot drones"
  ],
  "node-red": {
    "nodes": {
      "Drone Config": "nodes/drone-config/drone-config.js",
      "Drone Data": "nodes/drone-data/drone-data.js",
      "Drone Control": "nodes/drone-control/drone-control.js"
    }
  },
  "dependencies": {
    "node-sumo-client": "0.0.1"
  }
}
