{
  "name": "node-enocean",
  "version": "3.3.1",
  "description": "full implementation of the enocean protocol (ESP3 + EEP2.6)",
  "main": "index.js",
  "engines": {
    "node": ">=7.0.0"
  },
  "scripts": {
    "test": "mocha --recursive"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Holger-Will/node-enocean.git"
  },
  "keywords": [
    "enocean",
    "eep",
    "iot",
    "home automation",
    "internet of things"
  ],
  "author": "Holger Will",
  "license": "ISC",
  "dependencies": {
    "ansi": "^0.3.1",
    "eep-transcoder": "^0.1.0",
    "level": "^1.6.0",
    "serialport": "^4.0.7",
    "serialport-enocean-parser": "^0.1.0"
  },
  "devDependencies": {
    "chai": "^3.3.0",
    "mocha": "^2.3.3",
    "node-enocean-button": "^3.0.0",
    "node-enocean-dimmer": "^2.2.1"
  }
}
