{
  "name": "smart-bus",
  "version": "0.7.0",
  "license": "MIT",
  "description": "Node.js implementation of HDL SmartBus protocol",
  "repository": "caligo-mentis/smart-bus",
  "author": "Andrey Ivaschenko <andrey.ivashchenko@gmail.com>",

  "main": "index.js",
  "scripts": {
    "test": "mocha",
    "lint": "eslint lib test",
    "coverage": "istanbul cover _mocha"
  },

  "dependencies": {
    "crc": "~3.4",
    "debug": "~2.6"
  },

  "devDependencies": {
    "mocha": "~3.2",
    "eslint": "~5.16",
    "should": "~11.2",
    "istanbul": "~0.4",
    "simple-mock": "~0.7"
  },

  "engines": { "node": ">=0.12" }
}
