{
  "name": "pelcod-decoder",
  "version": "2.5.0",
  "description": "CCTV PTZ Telemetry Decoder for Pelco D, Pelco P, BBV422, Bosch/Philips, Forward Vision, Vicon protocols and AD/Sensormatic protocols",
  "license": "MIT",
  "author": {
    "name": "Roger Hardiman",
    "email": "opensource@rjh.org.uk"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/rogerhardiman/node-pelcod-decoder.git"
  },
  "dependencies": {
    "serialport": "^4.0.0",
    "commander": "^2.9.0"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "istanbul": "^0.4.3",
    "mocha": "^2.5.3"
  },
  "scripts": {
    "test": "./node_modules/.bin/mocha --reporter spec",
    "coverage": "istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec"
  },
  "keywords": [
    "CCTV",
    "Pelco",
    "Bosch",
    "Philips",
    "Forward Vision",
    "FV",
    "Videmech",
    "BBV",
    "Building Block Video",
    "Vicon",
    "serial",
    "485",
    "RS485",
    "422",
    "RS422",
    "telemetry",
    "protocol",
    "pan",
    "tilt",
    "zoom"
  ]
}
