Files
localtunnel/package.json
Roman Shtylman 9487797e02 1.1.0
2014-02-24 19:51:14 -05:00

26 lines
545 B
JSON

{
"author": "Roman Shtylman <shtylman@gmail.com>",
"name": "localtunnel",
"description": "expose localhost to the world",
"version": "1.1.0",
"repository": {
"type": "git",
"url": "git://github.com/shtylman/localtunnel.git"
},
"dependencies": {
"request": "2.11.4",
"optimist": "0.3.4",
"debug": "0.7.4"
},
"devDependencies": {
"mocha": "~1.17.0"
},
"scripts": {
"test": "mocha --ui qunit --reporter list -- test/index.js"
},
"bin": {
"lt": "./bin/client"
},
"main": "./client.js"
}