Files
localtunnel/package.json
Jimmie cb3441a339 Add ability to specify env variables (#161)
Update yargs dependency to enable the new functionality.
2018-04-01 20:41:53 -07:00

28 lines
603 B
JSON

{
"author": "Roman Shtylman <shtylman@gmail.com>",
"name": "localtunnel",
"description": "expose localhost to the world",
"version": "1.8.3",
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/localtunnel/localtunnel.git"
},
"dependencies": {
"axios": "0.17.1",
"debug": "2.6.8",
"openurl": "1.1.1",
"yargs": "6.6.0"
},
"devDependencies": {
"mocha": "~1.17.0"
},
"scripts": {
"test": "mocha --ui qunit --reporter list --timeout 10000 -- test/index.js"
},
"bin": {
"lt": "./bin/client"
},
"main": "./client.js"
}