mirror of
https://github.com/bitinflow/localtunnel.git
synced 2026-03-13 13:35:54 +00:00
20 lines
413 B
JSON
20 lines
413 B
JSON
{
|
|
"author": "Roman Shtylman <shtylman@gmail.com>",
|
|
"name": "localtunnel",
|
|
"description": "expose localhost to the world",
|
|
"version": "0.1.0",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/shtylman/localtunnel.git"
|
|
},
|
|
"dependencies": {
|
|
"request": "2.11.4",
|
|
"optimist": "0.3.4"
|
|
},
|
|
"devDependencies": {},
|
|
"bin": {
|
|
"lt": "./bin/client"
|
|
},
|
|
"main": "./client.js"
|
|
}
|