{
  "name": "@siweb/mta.js",
  "version": "2.2.0",
  "description": "Node.js service for the BH-Gate that is in charge of reading the TIC output of a smart meter, reading the state of the BH-Gate's inputs, etc.",
  "main": "mta.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git@gitlab.bh-technologies.com:BHT-MTA/mta.js.git"
  },
  "author": "Firmare <firmware@bh-technologies.com>",
  "license": "UNLICENSED",
  "dependencies": {
    "node-getopt": "0.2.3",
    "dbus-native": "0.2.0",
    "request": "2.74.0",
    "onoff": "1.1.1",
    "serialport": "4.0.7",
    "radiolite.js": "^1.2.5",
    "bhb-json-converter": "^1.2.0",
    "mta-module-network": "^1.3.3"
  },
  "devDependencies": {
    "mocha": "3.1.x",
    "sinon": "1.17.x",
    "fuzzer": "0.2.x",
    "express": "4.14.x"
  }
}
