{
  "name": "@enocean-js/crc8",
  "version": "0.1.0",
  "description": "crc8 calculation used in enocean-js",
  "main": "index.js",
  "author": "Rafael Kähm <rafael@kaehms.de>",
  "contributors": [
    "Holger Will <h.will@klimapartner.de> (https://klimapartner.de)"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/enocean-js/enocean-js"
  },
  "license": "CC0-1.0",
  "dependencies": {
    "esm": "^3.2.25"
  }
}