{
  "name": "rhubarb-lip-sync-node",
  "description": "Simple wrapper around rhubarb-lip-sync",
  "version": "1.0.0",
  "main": "src/run.js",
  "repository": "https://github.com/michal/rhubarb-lip-sync-node",
  "license": "MIT",
  "bin": {
    "rhubarb-lip-sync-node": "./npm/run.js"
  },
  "scripts": {
    "postinstall": "node ./src/install.js",
    "preinstall": "node ./src/uninstall.js"
  },
  "devDependencies": {
    "binary-install": "^0.0.1"
  }
}
