forked from localtunnel/server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 907 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"author": "Roman Shtylman <[email protected]>",
"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"
}
}