{
  "name": "@exponent/ngrok",
  "version": "2.2.7",
  "description": "node wrapper for ngrok",
  "main": "index.js",
  "scripts": {
    "test": "node ./node_modules/mocha/bin/_mocha",
    "postinstall": "node ./postinstall.js",
    "postupdate": "node ./postinstall.js"
  },
  "files": [
    "index.js",
    "postinstall.js",
    "bin"
  ],
  "repository": {
    "type": "git",
    "url": "git://github.com/exponent/ngrok.git"
  },
  "keywords": [
    "ngrok",
    "localhost",
    "tunneling",
    "localtunnel",
    "webhook"
  ],
  "author": "bubenshchykov",
  "license": "BSD-2-Clause",
  "bugs": {
    "url": "https://github.com/exponent/ngrok/issues"
  },
  "devDependencies": {
    "chai": "~1.8.1",
    "homedir": "^0.6.0",
    "mocha": "~1.14.0"
  },
  "dependencies": {
    "async": "^0.9.0",
    "decompress-zip": "^0.3.0",
    "lock": "^0.1.2",
    "request": "^2.81.0",
    "uuid": "^3.0.0"
  },
  "bin": {
    "ngrok": "./bin/ngrok"
  }
}
