{
  "name": "@deepwaterexploration/dwe-controls",
  "version": "0.2.7",
  "description": "Web Based UVC Control Driver for the DeepWater Exploration exploreHD and HDCam",
  "main": "lib/index.js",
  "bin": "bin/index.js",
  "keywords": [
    "linux",
    "explorehd",
    "v4l2",
    "deepwaterexploration"
  ],
  "repository": {
    "url": "https://github.com/DeepwaterExploration/DWE_OS"
  },
  "homepage": "https://github.com/DeepwaterExploration/DWE_OS#readme",
  "scripts": {
    "build": "cd client && npm run build",
    "prepack": "npm run build",
    "install": "cd camera_controls && make",
    "start": "node bin/index.js",
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "DeepWater Exploration Inc.",
  "license": "GPL-3.0",
  "os": [
    "linux"
  ],
  "dependencies": {
    "express": "^4.17.2",
    "gstreamer-superficial": "^1.7.4",
    "node-persist": "^3.1.0",
    "node-wifi": "^2.0.16",
    "socket.io": "^4.5.1",
    "usb-detection": "^4.14.1",
    "v4l2camera-pr48": "^1.2.1",
    "yargs": "^17.3.1"
  },
  "contributors": [
    "Brandon Stevens <brandon@exploredeepwater.com> (https://github.com/brandonhs)"
  ]
}
