{ "author": "Roman Shtylman ", "name": "localtunnel", "description": "expose localhost to the world", "version": "1.8.2", "license": "MIT", "repository": { "type": "git", "url": "git://github.com/localtunnel/localtunnel.git" }, "dependencies": { "request": "2.78.0", "yargs": "3.29.0", "debug": "2.2.0", "openurl": "1.1.0" }, "devDependencies": { "mocha": "~1.17.0" }, "scripts": { "test": "mocha --ui qunit --reporter list --timeout 10000 -- test/index.js" }, "bin": { "lt": "./bin/client" }, "main": "./client.js" }