{
  "name": "sox-bin",
  "version": "1.1.0",
  "description": "Get SoX as a binary",
  "main": "index.js",
  "scripts": {
    "install": "node install.js",
    "test": "node test.js"
  },
  "files": [
    "vendor/*",
    "index.js",
    "install.js",
    "test.js",
    "README.md",
    "package.json"
  ],
  "repository": {
    "type": "git",
    "url": "git+https://github.com/ArtskydJ/sox-bin.git"
  },
  "keywords": [
    "sox",
    "bin",
    "binary",
    "process"
  ],
  "author": "",
  "license": "VOL",
  "bugs": {
    "url": "https://github.com/ArtskydJ/sox-bin/issues"
  },
  "homepage": "https://github.com/ArtskydJ/sox-bin#readme",
  "devDependencies": {
    "tape": "^5.9.0"
  }
}
