This commit is contained in:
Roman Shtylman
2012-06-17 22:46:05 -04:00
commit 93d62b9dbb
5 changed files with 393 additions and 0 deletions

23
package.json Normal file
View File

@@ -0,0 +1,23 @@
{
"author": "Roman Shtylman <shtylman@gmail.com>",
"name": "localtunnel",
"description": "expose localhost to the world",
"version": "0.0.0",
"repository": {
"type": "git",
"url": "git://github.com/shtylman/localtunnel.git"
},
"dependencies": {
"request": "2.9.202",
"book": "1.2.0",
"optimist": "0.3.4"
},
"devDependencies": {},
"optionalDependencies": {},
"engines": {
"node": "*"
},
"bin": {
"lt": "./bin/lt"
}
}