Files
server/package.json
2013-11-10 00:23:07 -05:00

38 lines
879 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.0",
"optimist": "0.6.0",
"debug": "0.7.3",
"bookrc": "0.0.1",
"book-git": "0.0.2",
"book-raven": "1.0.1",
"engine.io": "0.7.11",
"engine.io-client": "0.7.11",
"flip-counter": "0.5.3",
"browserkthx": "0.0.2",
"hbs": "2.4.0",
"taters": "0.0.5",
"express": "3.4.4",
"makeup": "0.0.1",
"enchilada": "0.5.0",
"bouncy": "3.2.1",
"superstack": "0.0.3"
},
"devDependencies": {
"mocha": "1.14.0",
"localtunnel": "0.1.2"
},
"scripts": {
"test": "mocha --ui qunit -- test",
"start": "./bin/server"
}
}