{
  "name": "electron-launchservices",
  "version": "0.0.6",
  "description": "Module used to get the default application for a specified extension.",
  "gypfile": true,
  "main": "./lib/electron-launchservices",
  "author": {
    "name": "John Mooney"
  },
  "binary": {
    "host": "",
    "module_name": "electron-launchservices",
    "module_path": "./lib/binding/{node_abi}-{platform}-{arch}",
    "package_name": "{node_abi}-{platform}-{arch}.tar.gz",
    "remote_path": "./{name}/v{version}/{toolset}/"
  },
  "bugs": {},
  "bundleDependencies": [
    "node-pre-gyp"
  ],
  "dependencies": {
    "nan": "^2.4.0",
    "node-pre-gyp": "^0.6.30"
  },
  "devDependencies": {
    "aws-sdk": "2.x"
  },
  "scripts": {
    "prepublish": "npm ls",
    "preinstall": "npm install node-pre-gyp"
  }
}
