{
  "name": "libfec",
  "version": "1.1.0",
  "description": "Emscripten-compiled output for ka9q's libfec. Provides forward error correction and decoding for convolutional codes and Reed-Solomon. Compiled as side module, can be linked to an emscripten main module.",
  "main": "libfec.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/brian-armstrong/libfec.git"
  },
  "keywords": [
    "fec",
    "reed-solomon",
    "forward",
    "error",
    "correction",
    "convolutional",
    "codes",
    "viterbi"
  ],
  "author": "Phil Karn",
  "license": "LGPL-2.1",
  "bugs": {
    "url": "https://github.com/brian-armstrong/libfec/issues"
  },
  "homepage": "https://github.com/brian-armstrong/libfec#readme"
}
