mirror of
https://github.com/bitinflow/server.git
synced 2026-03-13 13:35:53 +00:00
39 lines
951 B
JSON
39 lines
951 B
JSON
{
|
|
"author": "Roman Shtylman <shtylman@gmail.com>",
|
|
"name": "localtunnel-server",
|
|
"description": "expose localhost to the world",
|
|
"version": "0.0.8",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git://github.com/localtunnel/server.git"
|
|
},
|
|
"dependencies": {
|
|
"babel-plugin-transform-es2015-modules-commonjs": "6.10.3",
|
|
"babel-register": "6.9.0",
|
|
"bluebird": "3.4.1",
|
|
"book": "1.3.1",
|
|
"book-git": "0.0.2",
|
|
"book-raven": "1.2.0",
|
|
"bookrc": "0.0.1",
|
|
"debug": "2.2.0",
|
|
"express": "4.14.0",
|
|
"http-proxy": "1.14.0",
|
|
"localenv": "0.2.2",
|
|
"on-finished": "2.3.0",
|
|
"optimist": "0.6.1",
|
|
"tldjs": "1.6.2"
|
|
},
|
|
"devDependencies": {
|
|
"localtunnel": "1.8.0",
|
|
"mocha": "2.5.3",
|
|
"node-dev": "3.1.3",
|
|
"ws": "0.8.0"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha --ui qunit --reporter spec",
|
|
"start": "./bin/server",
|
|
"dev": "node-dev bin/server --port 3000"
|
|
}
|
|
}
|