mirror of
https://github.com/bitinflow/localtunnel.git
synced 2026-03-13 13:35:54 +00:00
28 lines
604 B
JSON
28 lines
604 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": "3.29.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"
|
|
}
|