Files
localtunnel/package.json
Roman Shtylman 18ada0854a 0.1.2
2013-11-06 23:25:28 -05:00

21 lines
435 B
JSON

{
"author": "Roman Shtylman <shtylman@gmail.com>",
"name": "localtunnel",
"description": "expose localhost to the world",
"version": "0.1.2",
"repository": {
"type": "git",
"url": "git://github.com/shtylman/localtunnel.git"
},
"dependencies": {
"request": "2.11.4",
"optimist": "0.3.4",
"after": "0.8.1"
},
"devDependencies": {},
"bin": {
"lt": "./bin/client"
},
"main": "./client.js"
}