UNPKG

581 BJSONView Raw
1{
2 "author": "Roman Shtylman <shtylman@gmail.com>",
3 "name": "localtunnel",
4 "description": "expose localhost to the world",
5 "version": "1.5.1",
6 "license": "MIT",
7 "repository": {
8 "type": "git",
9 "url": "git://github.com/shtylman/localtunnel.git"
10 },
11 "dependencies": {
12 "request": "2.11.4",
13 "optimist": "0.3.4",
14 "debug": "0.7.4"
15 },
16 "devDependencies": {
17 "mocha": "~1.17.0"
18 },
19 "scripts": {
20 "test": "mocha --ui qunit --reporter list --timeout 10000 -- test/index.js"
21 },
22 "bin": {
23 "lt": "./bin/client"
24 },
25 "main": "./client.js"
26}