node-enocean-crc8
Version:
crc8 calculation as defined by the Enocean Serial Protocol Specefiation (ESP3)
33 lines (32 loc) • 869 B
JSON
{
"name": "node-enocean-crc8",
"version": "1.0.0",
"description": "crc8 calculation as defined by the Enocean Serial Protocol Specefiation (ESP3)",
"main": "index.js",
"scripts": {
"test": "standard && nyc --reporter=lcov mocha --recursive test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/node-enocean/node-enocean-crc8.git"
},
"keywords": [
"enocean",
"node-enocean",
"CRC",
"CRC8"
],
"author": "Holger Will <h.will@klimapartner.de> (https://klimapartner.de)",
"license": "CC0-1.0",
"bugs": {
"url": "https://github.com/node-enocean/node-enocean-crc8/issues"
},
"homepage": "https://github.com/node-enocean/node-enocean-crc8#readme",
"devDependencies": {
"chai": "^4.2.0",
"mocha": "^5.2.0",
"nyc": "^13.1.0",
"serialport": "^7.1.0",
"standard": "^12.0.1"
}
}