mirror of
https://github.com/bitinflow/server.git
synced 2026-03-13 13:35:53 +00:00
38 lines
907 B
JSON
38 lines
907 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": {
|
|
"request": "2.11.4",
|
|
"book": "1.2.0",
|
|
"optimist": "0.3.4",
|
|
"http-raw": "1.1.0",
|
|
"debug": "0.7.2",
|
|
"bookrc": "0.0.1",
|
|
"book-git": "0.0.2",
|
|
"book-raven": "1.0.0",
|
|
"engine.io": "0.6.2",
|
|
"engine.io-client": "shtylman/engine.io-client#v0.5.0-dz0",
|
|
"flip-counter": "0.5.3",
|
|
"browserkthx": "0.0.2",
|
|
"hbs": "2.3.0",
|
|
"taters": "0.0.5",
|
|
"express": "3.2.6",
|
|
"makeup": "0.0.1",
|
|
"enchilada": "0.3.0"
|
|
},
|
|
"devDependencies": {
|
|
"mocha": "1.6.0",
|
|
"localtunnel": "0.1.0"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha --ui qunit -- test",
|
|
"start": "./bin/server"
|
|
}
|
|
}
|