{
  "name": "ngrok",
  "version": "3.4.1",
  "description": "node wrapper for ngrok",
  "main": "index.js",
  "types": "ngrok.d.ts",
  "scripts": {
    "test": "node ./node_modules/mocha/bin/_mocha --exit",
    "postinstall": "node ./postinstall.js",
    "postupdate": "node ./postinstall.js"
  },
  "files": [
    "index.js",
    "download.js",
    "postinstall.js",
    "process.js",
    "bin/ngrok",
    "ngrok.d.ts"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/bubenshchykov/ngrok.git"
  },
  "keywords": [
    "ngrok",
    "localhost",
    "tunneling",
    "localtunnel",
    "webhook"
  ],
  "author": "bubenshchykov",
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/bubenshchykov/ngrok/issues"
  },
  "devDependencies": {
    "chai": "~3.5.0",
    "colors": "^1.3.3",
    "homedir": "^0.6.0",
    "mocha": "^5.2.0"
  },
  "dependencies": {
    "@types/node": "^8.10.50",
    "@types/request": "^2.48.2",
    "decompress-zip": "^0.3.2",
    "request": "^2.88.0",
    "request-promise-native": "^1.0.7",
    "uuid": "^3.3.2"
  },
  "bin": {
    "ngrok": "bin/ngrok"
  },
  "engines": {
    "node": ">=8.3.0"
  }
}
