Files
localtunnel/package.json
Roman Shtylman ed5aa3f16b remove server components
moved to localtunnel-server repo
2013-06-17 02:11:41 -04:00

21 lines
416 B
JSON

{
"author": "Roman Shtylman <shtylman@gmail.com>",
"name": "localtunnel",
"description": "expose localhost to the world",
"version": "0.0.4",
"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"
}