Files
server/package.json
Roman Shtylman 93d62b9dbb init
2012-06-17 22:46:05 -04:00

24 lines
472 B
JSON

{
"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"
}
}