{
  "name": "node-crc16-js",
  "version": "1.0.0",
  "description": "calculate the 16-bit CRC of data with predetermined length",
  "main": "crc16.js",
  "scripts": {
    "test": "node ./test.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/donvercety/node-crc16.git"
  },
  "keywords": [
    "crc16",
    "checksum",
    "crc"
  ],
  "author": "Tommy Vercety",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/donvercety/node-crc16/issues"
  },
  "homepage": "https://github.com/donvercety/node-crc16#readme"
}
