{
  "name": "hyperdeck-js-lib",
  "version": "1.8.0",
  "description": "A javascript library for communication with the Blackmagic Hyperdeck.",
  "main": "src/index.js",
  "dependencies": {
    "js-logger": "^1.2.0",
    "promise": "^8.0.1"
  },
  "devDependencies": {
    "gulp": "^4.0.2",
    "gulp-jshint": "^2.1.0",
    "gulp-mocha": "^8.0.0",
    "jshint": "^2.9.1",
    "jshint-stylish": "^2.1.0",
    "mocha": "^5.0.0",
    "proxyquire": "^2.0.0",
    "should": "^13.1.0",
    "sinon": "^6.0.0"
  },
  "scripts": {
    "test": "./node_modules/.bin/gulp"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/LA1TV/Hyperdeck-JS-Lib.git"
  },
  "keywords": [
    "blackmagic",
    "hyperdeck",
    "node",
    "nodejs",
    "javascript",
    "api",
    "blackmagic design"
  ],
  "author": "LA1:TV",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/LA1TV/Hyperdeck-JS-Lib/issues"
  },
  "homepage": "https://github.com/LA1TV/Hyperdeck-JS-Lib#readme"
}
