mirror of
https://github.com/bitinflow/server.git
synced 2026-03-13 21:45:54 +00:00
No need for homepage to show this stuff for now. Just more things that can crash the tunnel server!
40 lines
925 B
JSON
40 lines
925 B
JSON
{
|
|
"author": "Roman Shtylman <shtylman@gmail.com>",
|
|
"name": "localtunnel-server",
|
|
"description": "expose localhost to the world",
|
|
"version": "0.0.4",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/shtylman/localtunnel-server.git"
|
|
},
|
|
"dependencies": {
|
|
"book": "1.3.1",
|
|
"optimist": "0.6.0",
|
|
"debug": "0.8.0",
|
|
"bookrc": "0.0.1",
|
|
"book-git": "0.0.2",
|
|
"book-raven": "1.0.1",
|
|
"browserkthx": "0.0.2",
|
|
"hbs": "2.4.0",
|
|
"taters": "0.1.0",
|
|
"express": "3.4.7",
|
|
"makeup": "0.0.1",
|
|
"enchilada": "0.11.0",
|
|
"bouncy": "3.2.2",
|
|
"superstack": "0.0.4",
|
|
"stylish": "0.4.1",
|
|
"makeover": "0.0.1",
|
|
"tldjs": "1.3.1",
|
|
"finished": "1.1.2",
|
|
"dotenv": "0.4.0"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "1.18.2",
|
|
"localtunnel": "1.1.2"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha --ui qunit --reporter list -- test",
|
|
"start": "./bin/server"
|
|
}
|
|
}
|