UNPKG

792 BJSONView Raw
1{
2 "name": "localtunnel",
3 "description": "Expose localhost to the world",
4 "version": "2.0.0",
5 "license": "MIT",
6 "repository": {
7 "type": "git",
8 "url": "git://github.com/localtunnel/localtunnel.git"
9 },
10 "author": "Roman Shtylman <shtylman@gmail.com>",
11 "contributors": [
12 "Roman Shtylman <shtylman@gmail.com>",
13 "Gert Hengeveld <gert@hichroma.com>",
14 "Tom Coleman <tom@hichroma.com>"
15 ],
16 "main": "./localtunnel.js",
17 "bin": {
18 "lt": "./bin/lt.js"
19 },
20 "scripts": {
21 "test": "mocha --ui qunit --reporter list --timeout 60000 -- *.spec.js"
22 },
23 "dependencies": {
24 "axios": "0.19.0",
25 "debug": "4.1.1",
26 "openurl": "1.1.1",
27 "yargs": "13.3.0"
28 },
29 "devDependencies": {
30 "mocha": "~1.17.0"
31 },
32 "engines": {
33 "node": ">=8.3.0"
34 }
35}
\No newline at end of file