forked from localtunnel/server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 928 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
38
39
{
"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": {
"book": "1.3.1",
"optimist": "0.6.0",
"debug": "0.7.4",
"bookrc": "0.0.1",
"book-git": "0.0.2",
"book-raven": "1.0.1",
"engine.io": "0.7.12",
"engine.io-client": "0.7.12",
"flip-counter": "0.5.3",
"browserkthx": "0.0.2",
"hbs": "2.4.0",
"taters": "0.1.0",
"express": "3.4.7",
"makeup": "0.0.1",
"enchilada": "0.6.0",
"bouncy": "3.2.1",
"superstack": "0.0.4",
"stylish": "0.4.1",
"makeover": "0.0.1"
},
"devDependencies": {
"mocha": "1.14.0",
"localtunnel": "0.1.3"
},
"scripts": {
"test": "mocha --ui qunit -- test",
"start": "./bin/server"
}
}