{
  "name": "yencode",
  "version": "1.2.4",
  "description": "SIMD accelerated yEnc encoder/decoder and CRC32 calculator",
  "keywords": [
    "yenc",
    "yencode",
    "crc32"
  ],
  "license": "CC0-1.0",
  "author": "Anime Tosho",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/animetosho/node-yencode.git"
  },
  "main": "index.js",
  "engines": {
    "node": ">=0.10"
  },
  "scripts": {
    "install": "node-gyp rebuild"
  },
  "gypfile": true,
  "type": "commonjs",
  "bugs": {
    "url": "https://github.com/animetosho/node-yencode/issues"
  },
  "homepage": "https://animetosho.org/app/node-yencode"
}
