{ "author": "Roman Shtylman ", "name": "localtunnel", "description": "expose localhost to the world", "version": "1.9.0", "license": "MIT", "repository": { "type": "git", "url": "git://github.com/localtunnel/localtunnel.git" }, "dependencies": { "axios": "0.17.1", "debug": "2.6.9", "openurl": "1.1.1", "yargs": "6.6.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" }