{
  "name": "poke-opus",
  "description": "Modifided Version of node-opus.",
  "version": "1.0.0",
  "author": "Ash Potter",
  "homepage": "",
  "bugs": "",
  "license": "MIT",
  "scripts": {
    "test": "mocha"
  },
  "keywords": [
    "node-opus",
    "en-coder",
    "lmao"

  ],
  "repository": {
    "type": "git",
    "url": ""
  },
  "//": "Platform limitations is due to lack of config.h files. See README.md for more information.",
  "os": [
    "linux",
    "darwin",
    "win32",
    "freebsd",
    "android"
  ],
  "cpu": [
    "x64",
    "arm",
    "arm64",
    "ia32"
  ],
  "engines": {
    "node": "8.x"
  },
  "dependencies": {
    "bindings": "~1.2.1",
    "commander": "^5.1.0",
    "nan": "^2.14.1",
    "node-opus": "^0.3.3"
  },
  "optionalDependencies": {
    "ogg-packet": "^1.0.0"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "^5.2.0",
    "ogg": "^1.2.5",
    "stream-equal": "^1.0.0",
    "ytdl-core-discord": "^1.2.0",
    "ytdl": "^1.3.0",
    "ytdl-core": "^2.1.4"
  }
}