{
  "name": "gts-snapsync-node",
  "version": "1.1.3",
  "description": "An excellent library and toolset for optimized transfers of single files and directory snapshots based on librsync.",
  "main": "./index.js",
  "author": "Niklas Salmoukas <niklas@salmoukas.com>",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/gts-software/snapsync.git"
  },
  "binary": {
    "module_name": "gts-snapsync",
    "module_path": "./lib/binding/{node_abi}-{platform}-{arch}-{libc}/",
    "package_name": "{module_name}-v{version}-{node_abi}-{platform}-{arch}-{libc}.tar.gz",
    "host": "https://github.com/gts-software/snapsync/releases/download/",
    "remote_path": "{version}"
  },
  "dependencies": {
    "nan": "^2.8.0",
    "node-pre-gyp": "^0.6.39",
    "node-pre-gyp-github": "^1.3.1"
  },
  "bundledDependencies": [
    "node-pre-gyp",
    "node-pre-gyp-github"
  ],
  "scripts": {
    "install": "node-pre-gyp install --fallback-to-build",
    "prepublishOnly": "npm ls",
    "prebuild": "node-pre-gyp configure build package",
    "prebuild-publish": "node-pre-gyp-github publish --release"
  }
}
